From 8ec5bcb3d0cd9efd27cda5e309755d8b9be2f57c Mon Sep 17 00:00:00 2001 From: Julia Reynolds Date: Wed, 16 Sep 2020 13:25:03 +0000 Subject: DO NOT MERGE Revert "Remove app ops indicators from notifications" This reverts commit 2778b62f1d60ada36655787fa716ee99346f7c68. Reason for revert: these icons are still needed Change-Id: I219af393f3d4cd08e431f38a3b66408e12f258bb Bug: 163076432 --- .../systemui/plugins/statusbar/NotificationMenuRowPlugin.java | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'packages/SystemUI/plugin') 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 @@ -74,6 +74,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. */ -- cgit v1.2.3-59-g8ed1b