diff options
| author | 2024-07-30 16:25:34 +0000 | |
|---|---|---|
| committer | 2024-07-30 17:20:47 +0000 | |
| commit | b340d4dc84e7f7db5259aba3feb016a2b0b67991 (patch) | |
| tree | dcc2ec1194a0f1a1e3131bb1a0177007903294b5 | |
| parent | 98d80e10c88e017bb93b138317b65d948419e6c9 (diff) | |
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
| -rw-r--r-- | core/java/android/content/pm/multiuser.aconfig | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/core/java/android/content/pm/multiuser.aconfig b/core/java/android/content/pm/multiuser.aconfig index 6882d5c2db00..77f2323884ca 100644 --- a/core/java/android/content/pm/multiuser.aconfig +++ b/core/java/android/content/pm/multiuser.aconfig @@ -171,6 +171,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" description: "Optimise quiet mode state retrieval" |