summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Leon Masopust <lmasopust@google.com> 2025-03-12 14:30:18 +0000
committer Leon Masopust <lmasopust@google.com> 2025-03-13 05:06:37 -0700
commit45353fa4de1a0d10d6fc887fe092e6204601babb (patch)
tree77964c3bfe7511c47620050a9e0d3d30d451b7a7
parentb1f952f876c91c7cf655a6388b1a3cefe90e952d (diff)
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
-rw-r--r--packages/SystemUI/aconfig/desktop_users_and_accounts.aconfig9
1 files changed, 9 insertions, 0 deletions
diff --git a/packages/SystemUI/aconfig/desktop_users_and_accounts.aconfig b/packages/SystemUI/aconfig/desktop_users_and_accounts.aconfig
new file mode 100644
index 000000000000..c7e9c9fbee2e
--- /dev/null
+++ b/packages/SystemUI/aconfig/desktop_users_and_accounts.aconfig
@@ -0,0 +1,9 @@
+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