diff options
| -rw-r--r-- | core/java/android/content/pm/multiuser.aconfig | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/core/java/android/content/pm/multiuser.aconfig b/core/java/android/content/pm/multiuser.aconfig index 317fa58aa318..6696ba035f30 100644 --- a/core/java/android/content/pm/multiuser.aconfig +++ b/core/java/android/content/pm/multiuser.aconfig @@ -139,7 +139,7 @@ flag { flag { name: "enable_launcher_apps_hidden_profile_checks" namespace: "profile_experiences" - description: "Enable extra check to limit access to hidden prfiles data in Launcher apps APIs." + description: "Enable extra check to limit access to hidden profiles data in Launcher apps APIs." bug: "321988638" } @@ -149,3 +149,10 @@ flag { description: "Reorder loading home and lock screen wallpapers during a user switch." bug: "324911115" } + +flag { + name: "set_power_mode_during_user_switch" + namespace: "multiuser" + description: "Set power mode during a user switch." + bug: "325249845" +} |