Files
app_Settings/aconfig/settings_display_flag_declarations.aconfig
David Liu 5aac4357d9 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
2024-10-22 17:59:35 +00:00

18 lines
401 B
Plaintext

package: "com.android.settings.flags"
container: "system"
flag {
name: "protect_screen_timeout_with_auth"
namespace: "safety_center"
description: "Require an auth challenge for increasing screen timeout."
bug: "315937886"
}
flag {
name: "screen_timeout_settings_dashboard"
namespace: "android_settings"
description: "Use dashboard style settings"
bug: "368359967"
}