From 6d3cdc3152549332a7d61ced7bb3d93e94b9709e Mon Sep 17 00:00:00 2001 From: Eugene Susla Date: Wed, 14 Oct 2020 15:02:05 -0700 Subject: [PATCH] Add installer flag to MANAGE_NOTIFICATION_LISTENERS This is needed for us to grant it to PermissionController Test: presubmit Change-Id: I73d423adda826e8d08050721822000e5e65e1534 --- core/res/AndroidManifest.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/res/AndroidManifest.xml b/core/res/AndroidManifest.xml index f2af514c08bad..0a1b8e093e718 100644 --- a/core/res/AndroidManifest.xml +++ b/core/res/AndroidManifest.xml @@ -4521,7 +4521,7 @@ + android:protectionLevel="signature|installer" />