diff options
| -rw-r--r-- | packages/SystemUI/aconfig/systemui.aconfig | 8 | ||||
| -rw-r--r-- | services/core/java/com/android/server/notification/flags.aconfig | 9 |
2 files changed, 17 insertions, 0 deletions
diff --git a/packages/SystemUI/aconfig/systemui.aconfig b/packages/SystemUI/aconfig/systemui.aconfig index b4c3850c30d2..782b850a5c0c 100644 --- a/packages/SystemUI/aconfig/systemui.aconfig +++ b/packages/SystemUI/aconfig/systemui.aconfig @@ -268,3 +268,11 @@ flag { description: "Adds haptic feedback to the volume slider." bug: "316953430" } + +flag { + name: "screenshare_notification_hiding" + namespace: "systemui" + description: "Enable hiding of notifications during screenshare" + bug: "312784809" +} + diff --git a/services/core/java/com/android/server/notification/flags.aconfig b/services/core/java/com/android/server/notification/flags.aconfig index 55d8a0fd1fa1..8e79922a996a 100644 --- a/services/core/java/com/android/server/notification/flags.aconfig +++ b/services/core/java/com/android/server/notification/flags.aconfig @@ -41,3 +41,12 @@ flag { description: "This flag controls the fix for notifications autogroup summary icon updates" bug: "227693160" } + +flag { + name: "sensitive_notification_app_protection" + namespace: "systemui" + description: "This flag controls the sensitive notification app protections while screen sharing" + bug: "312784351" + # Referenced in WM where WM starts before DeviceConfig + is_fixed_read_only: true +} |