Design doc: go/dd-android-settings-time-2024 Changes: - toggling off "automatic time zone" now sets "use location" off and makes it unmodifiable - removing "use locale default" for time format Bug: 296835792 Test: on-device and atest Flag: com.android.settings.flags.revamp_toggles Change-Id: I31744f104fed06ee9980a6a0160501325175a02d
20 lines
579 B
Plaintext
20 lines
579 B
Plaintext
package: "com.android.settings.flags"
|
|
container: "system"
|
|
|
|
flag {
|
|
name: "datetime_feedback"
|
|
# "location" is used by the Android System Time team for feature flags.
|
|
namespace: "location"
|
|
description: "Enable the time feedback feature, a button to launch feedback in Date & Time Settings"
|
|
bug: "283239837"
|
|
}
|
|
|
|
flag {
|
|
name: "revamp_toggles"
|
|
# "location" is used by the Android System Time team for feature flags.
|
|
namespace: "location"
|
|
description: "Makes the use location toggle dependent on automatic time zone detection"
|
|
bug: "296835792"
|
|
}
|
|
|