aboutsummaryrefslogtreecommitdiff
path: root/configpanel/res
diff options
context:
space:
mode:
authorMichael Bestas <mkbestas@gmail.com>2024-03-08 20:15:39 +0200
committerRaghuram Subramani <raghus2247@gmail.com>2024-12-19 09:18:36 +0530
commit3e55e30044080f25f92757aab4c083d9d0324a36 (patch)
treed602242f6e67c85fdf3a7e9bfcc8cd1aabf0fe0a /configpanel/res
parentaf23af71ac41457d84575747afaefd2f647319ed (diff)
msm8996-common: configpanel: Convert to SwitchPreferenceCompat
Change-Id: I754fd36a1388e5f87d99ad50a9ddda38872c6733
Diffstat (limited to 'configpanel/res')
-rw-r--r--configpanel/res/xml/button_panel.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/configpanel/res/xml/button_panel.xml b/configpanel/res/xml/button_panel.xml
index c0e77b4..a82f19e 100644
--- a/configpanel/res/xml/button_panel.xml
+++ b/configpanel/res/xml/button_panel.xml
@@ -22,12 +22,12 @@
android:key="fp_key"
android:title="@string/fingerprint_title" >
- <SwitchPreference
+ <SwitchPreferenceCompat
android:key="fp_wakeup"
android:title="@string/fingerprint_wakeup_title"
android:summary="@string/fingerprint_wakeup_summary" />
- <SwitchPreference
+ <SwitchPreferenceCompat
android:key="fp_pocketmode"
android:title="@string/fingerprint_pocketmode_title"
android:summary="@string/fingerprint_pocketmode_summary"