aboutsummaryrefslogtreecommitdiff
path: root/configpanel/res/xml
diff options
context:
space:
mode:
authorRaghuram Subramani <raghus2247@gmail.com>2024-10-17 19:09:44 +0530
committerRaghuram Subramani <raghus2247@gmail.com>2024-10-17 19:09:44 +0530
commita85d36e7b9036e2c187709ce29a325b75970fbcd (patch)
tree446994076af765038a3d756ce1ffdfca3639071e /configpanel/res/xml
parenta47bf3dfb2556a0d3e42445001d9843311b1d240 (diff)
msm8996-common: Fix & build configpanel
Change-Id: I3061bc03871e37871adfd3f8acfcf6a533457969
Diffstat (limited to 'configpanel/res/xml')
-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"