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

Commit 04fc961f authored by Yasin Kilicdere's avatar Yasin Kilicdere Committed by Android (Google) Code Review
Browse files

Merge "Add a trunk stable flag for setting power mode during a user switch." into main

parents 7078a74b 12072146
Loading
Loading
Loading
Loading
+8 −1
Original line number Diff line number Diff line
@@ -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"
}