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

Commit 45353fa4 authored by Leon Masopust's avatar Leon Masopust
Browse files

Setup aconfig for desktop_users_and_accounts

This change introduces an aconfig file for desktop users and account
features and adds a first flag which adds a sign out option to the user
switcher.

Test: manual - adb shell aflags list
Flag: com.android.systemui.user_switcher_add_sign_out_option
Bug: 381478261
Change-Id: Ie88daca4828e67a81f34daa3e1eab5d32d2a12e7
parent b1f952f8
Loading
Loading
Loading
Loading
+9 −0
Original line number Diff line number Diff line
package: "com.android.systemui"
container: "system"

flag {
    name: "user_switcher_add_sign_out_option"
    namespace: "desktop_users_and_accounts"
    description: "Add a sign out option to the user switcher menu if sign out is possible"
    bug: "381478261"
}
 No newline at end of file