Migrate xml to SwitchPreferenceCompat
Bug: 285231003 Test: manual - on affected pages Change-Id: I83283fcc4b241596a8f0cdf5299417bce2810d0c
This commit is contained in:
@@ -44,12 +44,12 @@
|
||||
android:persistent="false"
|
||||
android:title="@string/wifi_hotspot_password_title"/>
|
||||
|
||||
<SwitchPreference
|
||||
<SwitchPreferenceCompat
|
||||
android:key="wifi_tether_auto_turn_off"
|
||||
android:title="@string/wifi_hotspot_auto_off_title"
|
||||
android:summary="@string/wifi_hotspot_auto_off_summary"/>
|
||||
|
||||
<SwitchPreference
|
||||
<SwitchPreferenceCompat
|
||||
android:key="wifi_tether_maximize_compatibility"
|
||||
android:title="@string/wifi_hotspot_maximize_compatibility"/>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user