Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit e6bf64cb authored by Richard MacGregor's avatar Richard MacGregor
Browse files

Add sensitive notification app protections flag

Add flag that enables the sensitive notification app protections while screen sharing

Test: make
Bug: 316954139
Flag: ACONFIG com.android.server.notification.sensitive_notification_app_protection DISABLED
Change-Id: I1738b2c453064790711c9e6f7094bfe96ef701cc
parent 019df656
Loading
Loading
Loading
Loading
+9 −0
Original line number Original line Diff line number Diff line
@@ -41,3 +41,12 @@ flag {
  description: "This flag controls the fix for notifications autogroup summary icon updates"
  description: "This flag controls the fix for notifications autogroup summary icon updates"
  bug: "227693160"
  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
}