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

Commit ce6d4f71 authored by Olivier Nshimiye's avatar Olivier Nshimiye
Browse files

Add a flag for PS sensitive notifications toggle in settings

Bug: 317067050
Test: atest SettingsUnitTests:HidePrivateSpaceSensitiveNotificationsControllerTest
Change-Id: I55c0e4d7be8a8878ff74479c5af0010720282d08
parent 529201f0
Loading
Loading
Loading
Loading
+8 −1
Original line number Diff line number Diff line
@@ -170,3 +170,10 @@ flag {
    description: "Disables adding items belonging to Private Space on Home Screen manually as well as automatically"
    bug: "287975131"
}

flag {
    name: "enable_ps_sensitive_notifications_toggle"
    namespace: "profile_experiences"
    description: "Enable the sensitive notifications toggle to be visible in the Private space settings page"
    bug: "317067050"
}