Files
lineage-sdk/lineage
Joey 72bfc040c6 sdk: workaround for runtime-permission request dialog with GooglePackageManager
google's package manager uses the android:description
attribute as description for the runtime permission request dialog
with non-default dangerous permissions, so this would result in something like

"Allow <APP NAME> to _Allows an app to customize the system colors._ ?"

Let's change it to something more neutral so it can be used both as
in-settings description and for runtime dialogs

Change-Id: Iade57105a7af5d132a258fedadefe0f017fc4502
Signed-off-by: Joey <joey@lineageos.org>
2018-03-11 16:22:59 +00:00
..