diff options
| author | 2020-10-15 16:33:33 +0000 | |
|---|---|---|
| committer | 2020-10-15 16:33:33 +0000 | |
| commit | f446da3c1228e47eedb29cb5f15ecd3be1dd7fce (patch) | |
| tree | 7811681bb4bb95718839292b8fa3e4feca601dd1 | |
| parent | 4f3d8106cf1ebaa66409b509c0258d95867be1a6 (diff) | |
| parent | 6d3cdc3152549332a7d61ced7bb3d93e94b9709e (diff) | |
Merge "Add installer flag to MANAGE_NOTIFICATION_LISTENERS"
| -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 |