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

Commit 80f6b003 authored by Tetiana Meronyk's avatar Tetiana Meronyk Committed by Android (Google) Code Review
Browse files

Merge "Add flag for the fix for MU toggle behaviour when no_switch_user is applied" into main

parents 37b68ae6 b340d4dc
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"