summaryrefslogtreecommitdiff
path: root/core/java
diff options
context:
space:
mode:
authorJulia Reynolds <juliacr@google.com>2017-10-26 11:30:31 -0400
committerJulia Reynolds <juliacr@google.com>2017-10-30 13:08:28 +0000
commit92febc3c58fd2d3a2b46f0791e4cb947f0785290 (patch)
tree35e4a32e2e17f929d0a2e2cae6a68e68dbf2a2ab /core/java
parent23567494d00a97712130c82e3be81a2e2495fefd (diff)
Allow dnd access for secondary users
Test: runtest systemui-notification Change-Id: Ie63b767bcd25b7b3e7cac08afcf3351adc97263f Fixes: 68060759
Diffstat (limited to 'core/java')
-rw-r--r--core/java/android/app/INotificationManager.aidl1
1 files changed, 1 insertions, 0 deletions
diff --git a/core/java/android/app/INotificationManager.aidl b/core/java/android/app/INotificationManager.aidl
index d4752a771492..9e926bd63a6a 100644
--- a/core/java/android/app/INotificationManager.aidl
+++ b/core/java/android/app/INotificationManager.aidl
@@ -138,6 +138,7 @@ interface INotificationManager
void setNotificationPolicy(String pkg, in NotificationManager.Policy policy);
boolean isNotificationPolicyAccessGrantedForPackage(String pkg);
void setNotificationPolicyAccessGranted(String pkg, boolean granted);
+ void setNotificationPolicyAccessGrantedForUser(String pkg, int userId, boolean granted);
AutomaticZenRule getAutomaticZenRule(String id);
List<ZenModeConfig.ZenRule> getZenRules();
String addAutomaticZenRule(in AutomaticZenRule automaticZenRule);