diff options
| author | Julia Reynolds <juliacr@google.com> | 2021-10-20 10:15:04 -0400 |
|---|---|---|
| committer | Julia Reynolds <juliacr@google.com> | 2021-10-20 16:33:01 -0400 |
| commit | 84c4440052fec32c33cfed10dcd16ef8d3e491c1 (patch) | |
| tree | 7d4078e6e5634dadd31432f68a92791a9e025eec /core/java/android | |
| parent | 85a82f45323b9b235632c5a8fa1282e00819bcab (diff) | |
Migrate DND related apis to permissionhelper
Test: atest FrameworksUiServicesTests
Bug: 194833441
Change-Id: I0e70264123dbc1b5ec50e89b0ddde7b6e4dbde67
Diffstat (limited to 'core/java/android')
| -rw-r--r-- | core/java/android/app/INotificationManager.aidl | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/core/java/android/app/INotificationManager.aidl b/core/java/android/app/INotificationManager.aidl index 95ba523b3a49..131245458bb2 100644 --- a/core/java/android/app/INotificationManager.aidl +++ b/core/java/android/app/INotificationManager.aidl @@ -115,7 +115,6 @@ interface INotificationManager ParceledListSlice getNotificationChannelGroups(String pkg); boolean onlyHasDefaultChannel(String pkg, int uid); boolean areChannelsBypassingDnd(); - int getAppsBypassingDndCount(int uid); ParceledListSlice getNotificationChannelsBypassingDnd(String pkg, int userId); boolean isPackagePaused(String pkg); void deleteNotificationHistoryItem(String pkg, int uid, long postedTime); |
