Migrate xml to SwitchPreferenceCompat

Bug: 285231003
Test: manual - on affected pages
Change-Id: I83283fcc4b241596a8f0cdf5299417bce2810d0c
This commit is contained in:
Chaohui Wang
2023-10-25 14:22:20 +08:00
parent e752f7214b
commit 70c4dcd507
81 changed files with 242 additions and 244 deletions

View File

@@ -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"/>