diff options
| -rw-r--r-- | core/res/AndroidManifest.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/res/AndroidManifest.xml b/core/res/AndroidManifest.xml index f2af514c08ba..0a1b8e093e71 100644 --- a/core/res/AndroidManifest.xml +++ b/core/res/AndroidManifest.xml @@ -4521,7 +4521,7 @@ <!-- @SystemApi @TestApi Allows adding/removing enabled notification listener components. @hide --> <permission android:name="android.permission.MANAGE_NOTIFICATION_LISTENERS" - android:protectionLevel="signature" /> + android:protectionLevel="signature|installer" /> <uses-permission android:name="android.permission.MANAGE_NOTIFICATION_LISTENERS" /> <!-- Allows notifications to be colorized |