From ee611537e935ca419b4333cc82c9dee5d2e7a92d Mon Sep 17 00:00:00 2001 From: Julia Reynolds Date: Thu, 26 Oct 2017 11:30:31 -0400 Subject: Allow dnd access for secondary users Test: runtest systemui-notification Change-Id: Ie63b767bcd25b7b3e7cac08afcf3351adc97263f Merged-In: Ie63b767bcd25b7b3e7cac08afcf3351adc97263f Fixes: 68060759 --- core/java/android/app/INotificationManager.aidl | 1 + 1 file changed, 1 insertion(+) (limited to 'core/java/android') diff --git a/core/java/android/app/INotificationManager.aidl b/core/java/android/app/INotificationManager.aidl index 08821bebd57e..0c80deaba910 100644 --- a/core/java/android/app/INotificationManager.aidl +++ b/core/java/android/app/INotificationManager.aidl @@ -135,6 +135,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 getZenRules(); String addAutomaticZenRule(in AutomaticZenRule automaticZenRule); -- cgit v1.2.3