diff options
| author | 2024-02-14 14:41:48 +0000 | |
|---|---|---|
| committer | 2024-02-14 16:14:16 +0000 | |
| commit | 1207214670662078a49b6c133ffe795b5129a1eb (patch) | |
| tree | 87d940c9bda52239857eebf14222d4888de82135 | |
| parent | c86c9e692682283c2ea83e577f4f23c09e03d423 (diff) | |
Add a trunk stable flag for setting power mode during a user switch.
Bug: 325249845
Test: m all_aconfig_declarations
Flag: ACONFIG android.multiuser.set_power_mode_during_user_switch DEVELOPMENT
Change-Id: Ifdfbe3fd90f24b676327ccd846a5cce958638c23
| -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" +} |