diff options
| author | Julia Reynolds <juliacr@google.com> | 2018-04-12 13:48:49 -0400 |
|---|---|---|
| committer | Julia Reynolds <juliacr@google.com> | 2018-04-12 13:48:49 -0400 |
| commit | e273f08c0bdd6bb6549a7da5bb50f9d33698d256 (patch) | |
| tree | 3d9da21bf5e7397aef00ea137d9f9f978a36c9eb /core/java | |
| parent | eac2da20b0ff67ae7c52f815090a982f0544e1c4 (diff) | |
Add method to get blocked app count
So we can sure it in settings
Test: runtest systemui-notification
Bug: 73018368
Change-Id: Ib0185e97f8e1cec1864ca1e4efb23bf8db097901
Diffstat (limited to 'core/java')
| -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 5461c0c9118e..0f2a11a496bf 100644 --- a/core/java/android/app/INotificationManager.aidl +++ b/core/java/android/app/INotificationManager.aidl @@ -86,6 +86,7 @@ interface INotificationManager ParceledListSlice getNotificationChannelGroups(String pkg); boolean onlyHasDefaultChannel(String pkg, int uid); ParceledListSlice getRecentNotifyingAppsForUser(int userId); + int getBlockedAppCount(int userId); // TODO: Remove this when callers have been migrated to the equivalent // INotificationListener method. |
