File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 57
57
settings : controller =" com.android.settings.datetime.LocationProviderStatusPreferenceController" />
58
58
59
59
<!-- This preference gets removed if location-based time zone detection is not supported -->
60
- <SwitchPreference
60
+ <SwitchPreferenceCompat
61
61
android : key =" location_time_zone_detection"
62
62
android : title =" @string/location_time_zone_detection_toggle_title"
63
63
settings : controller =" com.android.settings.datetime.LocationTimeZoneDetectionPreferenceController" />
77
77
android : key =" time_format_preference_category"
78
78
android : title =" @string/time_format_category_title"
79
79
settings : keywords =" @string/keywords_time_format" >
80
- <SwitchPreference
80
+ <SwitchPreferenceCompat
81
81
android : key =" auto_24hour"
82
82
android : title =" @string/date_time_24hour_auto"
83
83
settings : controller =" com.android.settings.datetime.AutoTimeFormatPreferenceController" />
84
84
85
- <SwitchPreference
85
+ <SwitchPreferenceCompat
86
86
android : key =" 24 hour"
87
87
android : title =" @string/date_time_24hour"
88
88
settings : controller =" com.android.settings.datetime.TimeFormatPreferenceController" />
You can’t perform that action at this time.
0 commit comments