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

Commit b340d4dc authored by Tetiana Meronyk's avatar Tetiana Meronyk
Browse files

Add flag for the fix for MU toggle behaviour when no_switch_user is applied

Bug: 356387759
Test: N/A
Flag: EXEMPT this CL adds a flag
Change-Id: I857ee6b9c1c4b51143e1ab4f837accdef8536ff7
parent 98d80e10
Loading
Loading
Loading
Loading
+10 −0
Original line number Diff line number Diff line
@@ -170,6 +170,16 @@ flag {
  }
}

flag {
    name: "fix_disabling_of_mu_toggle_when_restriction_applied"
    namespace: "multiuser"
    description: "When no_user_switch is set but no EnforcedAdmin is present, the toggle has to be disabled"
    bug: "356387759"
    metadata {
        purpose: PURPOSE_BUGFIX
  }
}

flag {
    name: "cache_quiet_mode_state"
    namespace: "multiuser"