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>