From 39a8c353a8f723e5e67bc846f8fa96d580c4abbb Mon Sep 17 00:00:00 2001 From: Julia Reynolds Date: Mon, 28 Sep 2015 11:34:48 -0400 Subject: [PATCH] Allow signature apps to modify notification policies. Bug: 22977552 Change-Id: I7bfd2fe7bcb2e14b9eb7281acbb8a35dbc2ec93e --- core/res/AndroidManifest.xml | 6 ++++++ .../server/notification/NotificationManagerService.java | 4 ++++ .../java/com/android/server/notification/ZenModeHelper.java | 5 +++-- 3 files changed, 13 insertions(+), 2 deletions(-) diff --git a/core/res/AndroidManifest.xml b/core/res/AndroidManifest.xml index c7134548a1e12..cf4e4f690dce3 100644 --- a/core/res/AndroidManifest.xml +++ b/core/res/AndroidManifest.xml @@ -2530,6 +2530,12 @@ android:label="@string/permlab_access_notification_policy" android:protectionLevel="normal" /> + + +