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

@@ -15,10 +15,9 @@
-->
<PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:settings="http://schemas.android.com/apk/res-auto"
android:title="@string/sim_lock_settings">
android:title="@string/sim_lock_settings">
<SwitchPreference
<SwitchPreferenceCompat
android:key="sim_toggle"
android:title="@string/sim_pin_toggle"
android:summaryOn="@string/sim_lock_on"