aboutsummaryrefslogtreecommitdiff
path: root/configpanel/res
diff options
context:
space:
mode:
authorDavide Garberi <dade.garberi@gmail.com>2019-05-10 20:36:24 +0200
committerDavide Garberi <dade.garberi@gmail.com>2019-05-10 22:15:56 +0200
commite95cf897590b5ab6b25ac286e8baf6eaec9dd297 (patch)
treece5fe718877e2b0a12289cfc644cbc106460298c /configpanel/res
parent08ea0bdd18cf066aae40859a01e7b21a0f36ef87 (diff)
msm8996-common: configpanel: Adapt for z2_plus
* Remove nodes we aren't using, we'll use this only to enable/disable fingerprint wakeup and disable proximity check Change-Id: Ibe24cacbe77d6913fa35ed77fefb4e969269f7df
Diffstat (limited to 'configpanel/res')
-rw-r--r--configpanel/res/xml/button_panel.xml10
1 files changed, 0 insertions, 10 deletions
diff --git a/configpanel/res/xml/button_panel.xml b/configpanel/res/xml/button_panel.xml
index 43f4902..6e13cb6 100644
--- a/configpanel/res/xml/button_panel.xml
+++ b/configpanel/res/xml/button_panel.xml
@@ -17,21 +17,11 @@
-->
<PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android">
- <SwitchPreference
- android:key="button_swap"
- android:title="@string/button_swap_title"
- android:summary="@string/button_swap_summary" />
-
<PreferenceCategory
android:key="fp_key"
android:title="@string/fingerprint_title" >
<SwitchPreference
- android:key="fp_home"
- android:title="@string/fingerprint_as_home_title"
- android:summary="@string/fingerprint_as_home_summary" />
-
- <SwitchPreference
android:key="fp_wakeup"
android:title="@string/fingerprint_wakeup_title"
android:summary="@string/fingerprint_wakeup_summary" />