From 749103ff8ea13a0a0ed88a3c6e01d3cdd05f43f3 Mon Sep 17 00:00:00 2001 From: Zoey Chen Date: Sun, 22 Dec 2024 22:43:56 -0800 Subject: [PATCH] [Settings] Add feature flag for new UI Bug: 385659296 Change-Id: Iaab6a60f72a5e79d44de69770622ee2a577a8175 Flag: com.android.settings.flags.settings_expressive_design_enabled Test: manual --- aconfig/settings_globalintl_flag_declarations.aconfig | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/aconfig/settings_globalintl_flag_declarations.aconfig b/aconfig/settings_globalintl_flag_declarations.aconfig index 909e4642d9a..6cfd140b66f 100644 --- a/aconfig/settings_globalintl_flag_declarations.aconfig +++ b/aconfig/settings_globalintl_flag_declarations.aconfig @@ -27,4 +27,11 @@ flag { namespace: "globalintl" description: "Feature flag for regional preferences APIs" bug: "370379000" +} + +flag { + name: "settings_expressive_design_enabled" + namespace: "globalintl" + description: "Feature flag for expressive design" + bug: "385659296" } \ No newline at end of file