summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Yasin Kilicdere <tyk@google.com> 2024-02-14 14:41:48 +0000
committer Yasin Kilicdere <tyk@google.com> 2024-02-14 16:14:16 +0000
commit1207214670662078a49b6c133ffe795b5129a1eb (patch)
tree87d940c9bda52239857eebf14222d4888de82135
parentc86c9e692682283c2ea83e577f4f23c09e03d423 (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.aconfig9
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"
+}