diff options
author | Raghuram Subramani <raghus2247@gmail.com> | 2024-10-17 19:09:44 +0530 |
---|---|---|
committer | Raghuram Subramani <raghus2247@gmail.com> | 2024-10-17 19:09:44 +0530 |
commit | a85d36e7b9036e2c187709ce29a325b75970fbcd (patch) | |
tree | 446994076af765038a3d756ce1ffdfca3639071e /configpanel/res | |
parent | a47bf3dfb2556a0d3e42445001d9843311b1d240 (diff) |
msm8996-common: Fix & build configpanel
Change-Id: I3061bc03871e37871adfd3f8acfcf6a533457969
Diffstat (limited to 'configpanel/res')
-rw-r--r-- | configpanel/res/xml/button_panel.xml | 4 |
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" |