diff options
| author | 2020-09-16 16:32:48 +0000 | |
|---|---|---|
| committer | 2020-09-16 16:32:48 +0000 | |
| commit | 125d1725cdf75dd3ae855ca6dfb194a074e2649e (patch) | |
| tree | e4ad011545cb437945097f47d705a93904e92f6e /packages/SystemUI/plugin | |
| parent | d0d1ca7ce89f967567c6dc022bdd2ab6f7008d2e (diff) | |
| parent | 8ec5bcb3d0cd9efd27cda5e309755d8b9be2f57c (diff) | |
DO NOT MERGE Revert "Remove app ops indicators from notifications" am: 8ec5bcb3d0
Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/12615554
Change-Id: Ib5170725586b432972ab4b29129c1cadb53d50e1
Diffstat (limited to 'packages/SystemUI/plugin')
| -rw-r--r-- | packages/SystemUI/plugin/src/com/android/systemui/plugins/statusbar/NotificationMenuRowPlugin.java | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/packages/SystemUI/plugin/src/com/android/systemui/plugins/statusbar/NotificationMenuRowPlugin.java b/packages/SystemUI/plugin/src/com/android/systemui/plugins/statusbar/NotificationMenuRowPlugin.java index 7463d3fd3650..8f24e7927e3a 100644 --- a/packages/SystemUI/plugin/src/com/android/systemui/plugins/statusbar/NotificationMenuRowPlugin.java +++ b/packages/SystemUI/plugin/src/com/android/systemui/plugins/statusbar/NotificationMenuRowPlugin.java @@ -75,6 +75,11 @@ public interface NotificationMenuRowPlugin extends Plugin { public MenuItem getLongpressMenuItem(Context context); /** + * @return the {@link MenuItem} to display when app ops icons are pressed. + */ + public MenuItem getAppOpsMenuItem(Context context); + + /** * @return the {@link MenuItem} to display when snooze item is pressed. */ public MenuItem getSnoozeMenuItem(Context context); |