diff options
| author | Daniel Sandler <dsandler@android.com> | 2017-11-02 00:52:55 +0000 |
|---|---|---|
| committer | Android (Google) Code Review <android-gerrit@google.com> | 2017-11-02 00:52:55 +0000 |
| commit | c2496f917c8262480d0ad2916cc63ca0efe9f33f (patch) | |
| tree | 2e9b1e4c86d2c9c82bb28c9c2a46bcd868977ed4 /core/java/android | |
| parent | 0be61c662b45f71cf9c1af23aa1ba2a128d74f86 (diff) | |
| parent | ee611537e935ca419b4333cc82c9dee5d2e7a92d (diff) | |
Merge "Allow dnd access for secondary users" into oc-mr1-dev
Diffstat (limited to 'core/java/android')
| -rw-r--r-- | core/java/android/app/INotificationManager.aidl | 1 |
1 files changed, 1 insertions, 0 deletions
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<ZenModeConfig.ZenRule> getZenRules(); String addAutomaticZenRule(in AutomaticZenRule automaticZenRule); |
