diff options
| author | 2020-09-16 15:09:31 +0000 | |
|---|---|---|
| committer | 2020-09-16 15:09:31 +0000 | |
| commit | 71f51c54cd925a14576d0f313eb703f0b99ae1e4 (patch) | |
| tree | 772a3db80df65362b5cb47fae3dade6358f95cb4 /packages/SystemUI/plugin | |
| parent | a1a12910b79303cba5be10bf30b68588a872b30c (diff) | |
| parent | 8ec5bcb3d0cd9efd27cda5e309755d8b9be2f57c (diff) | |
Merge "DO NOT MERGE Revert "Remove app ops indicators from notifications"" into rvc-qpr-dev
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); |