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

Commit f52a5364 authored by Alexander Hendrich's avatar Alexander Hendrich
Browse files

Add flag for back button on bouncer

For desktop-form factor, we want to add a 'back' button to the bouncer UI. This flag will guard this behavior.

Test: manual - adb shell aflags list
Flag: com.android.systemui.back_button_on_bouncer
Bug: 392597328
Fixes: 409001131
Change-Id: Ie4bb22f66783bc130ebe7e2aeaa57138aa340dbf
parent 005fc9ec
Loading
Loading
Loading
Loading
+9 −0
Original line number Diff line number Diff line
package: "com.android.systemui"
container: "system"

# NOTE: Keep alphabetized to help limit merge conflicts from multiple simultaneous editors.

flag {
    name: "back_button_on_bouncer"
    namespace: "desktop_users_and_accounts"
    description: "Add a 'back' button to bouncer"
    bug: "392597328"
}

flag {
    name: "user_switcher_add_sign_out_option"
    namespace: "desktop_users_and_accounts"