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

Commit ebcecf6f authored by Richard MacGregor's avatar Richard MacGregor Committed by Android (Google) Code Review
Browse files

Merge changes I1738b2c4,I9a1dfab7 into main

* changes:
  Add sensitive notification app protections flag
  Add notification protections flag
parents bb4db1a7 e6bf64cb
Loading
Loading
Loading
Loading
+8 −0
Original line number Original line Diff line number Diff line
@@ -268,3 +268,11 @@ flag {
    description: "Adds haptic feedback to the volume slider."
    description: "Adds haptic feedback to the volume slider."
    bug: "316953430"
    bug: "316953430"
}
}

flag {
    name: "screenshare_notification_hiding"
    namespace: "systemui"
    description: "Enable hiding of notifications during screenshare"
    bug: "312784809"
}
+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
}