Add installer flag to MANAGE_NOTIFICATION_LISTENERS

This is needed for us to grant it to PermissionController

Test: presubmit
Change-Id: I73d423adda826e8d08050721822000e5e65e1534
This commit is contained in:
Eugene Susla
2020-10-14 15:02:05 -07:00
parent dc6a578af9
commit 6d3cdc3152

View File

@@ -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