Android M - custom permission dialog style

后端 未结 1 499
孤街浪徒
孤街浪徒 2021-01-20 12:36

While implementing the new Android M permission model I noticed that the permissions dialog does not respect the theming of my styles.xml.

In my styles.xml I overrid

1条回答
  •  心在旅途
    2021-01-20 13:32

    No, it's not possible. The permissions dialog is system dialog, hence you can't change its theme:

    The M Developer Preview introduces a new app permissions model which streamlines the process for users to install and upgrade apps. If an app running on the M Preview supports the new permissions model, the user does not have to grant any permissions when they install or upgrade the app. Instead, the app requests permissions as it needs them, and the system shows a dialog to the user asking for the permission.

    0 讨论(0)
提交回复
热议问题