commit | 5aac4357d99edbc48e887a8c4394ac79f113bc8f | [log] [tgz] |
---|---|---|
author | David Liu <dswliu@google.com> | Tue Oct 22 17:59:35 2024 +0000 |
committer | David Liu <dswliu@google.com> | Tue Oct 22 17:59:35 2024 +0000 |
tree | 73cee23c83b85a38cd41646afc6f4e6f3548c462 | |
parent | abdb92453f677b1087e2b1939fdb49e11be7c4fd [diff] |
Create a config flag for the new Screen Timeout settings screen with Dashboard style settings Bug: 368359967 Test: compile Flag: com.android.settings.flags.screen_timeout_settings_dashboard Change-Id: I0af2a6124a3fa88d42e8f52f4f7fd9afc65b7916
diff --git a/aconfig/settings_display_flag_declarations.aconfig b/aconfig/settings_display_flag_declarations.aconfig index 9fe587b..a85d967 100644 --- a/aconfig/settings_display_flag_declarations.aconfig +++ b/aconfig/settings_display_flag_declarations.aconfig
@@ -8,3 +8,10 @@ bug: "315937886" } +flag { + name: "screen_timeout_settings_dashboard" + namespace: "android_settings" + description: "Use dashboard style settings" + bug: "368359967" +} +