diff options
| author | 2024-08-09 00:30:27 +0000 | |
|---|---|---|
| committer | 2024-08-09 18:45:46 +0000 | |
| commit | 78af08fb6f7dae9a7506bf0bd2cf39e515d748a2 (patch) | |
| tree | 9a58129c07a741c590c0cb8d03b9180c57271d68 | |
| parent | 67271f5bb119609a4f9400b505537de5449cea83 (diff) | |
Created systemui/new_picker_ui flag (1/2)
This flag is going to be used in SysUI and Launcher. Thus removed the one in customization_picker and create the new one in systemui.
Test: Build success
Bug: 339081035
Flag: com.android.systemui.new_picker_ui
Change-Id: I908b325f58f6e6ce5312845d55bc4a5f4ef97928
| -rw-r--r-- | packages/SystemUI/aconfig/systemui.aconfig | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/packages/SystemUI/aconfig/systemui.aconfig b/packages/SystemUI/aconfig/systemui.aconfig index e6fae7b588ce..be08fcf17b53 100644 --- a/packages/SystemUI/aconfig/systemui.aconfig +++ b/packages/SystemUI/aconfig/systemui.aconfig @@ -1274,6 +1274,13 @@ flag { } flag { + name: "new_picker_ui" + namespace: "systemui" + description: "Enables the BC25 design of the customization picker UI." + bug: "339081035" +} + +flag { namespace: "systemui" name: "settings_ext_register_content_observer_on_bg_thread" description: "Register content observer in callback flow APIs on background thread in SettingsProxyExt." |