aboutsummaryrefslogtreecommitdiff
path: root/doze/res/xml
diff options
context:
space:
mode:
authorAltaf-Mahdi <altaf.mahdi@gmail.com>2016-08-21 08:47:12 +0100
committerdavidevinavil <davidevinavil@gmail.com>2017-01-21 18:32:00 +0100
commit1559ebce0ec7064839149a850f488036f9b46e9d (patch)
tree3059b8687b525ad755934fe0f1fe88c9d4dbc39b /doze/res/xml
parent0e5853f97bd5a865d66dcb058aa5a18b95ea6f0d (diff)
z2_plus: Doze clean up
* remove always enabled option * use stock fade in delay * squashed new and updated translations Change-Id: Ieebf13f88c02d5036a09b5ef83ca1b53bd6771ac
Diffstat (limited to 'doze/res/xml')
-rw-r--r--doze/res/xml/doze_settings.xml14
1 files changed, 0 insertions, 14 deletions
diff --git a/doze/res/xml/doze_settings.xml b/doze/res/xml/doze_settings.xml
index 09e27b5..dfa608b 100644
--- a/doze/res/xml/doze_settings.xml
+++ b/doze/res/xml/doze_settings.xml
@@ -33,13 +33,6 @@
android:summary="@string/pick_up_summary"
android:dependency="ambient_display" />
- <SwitchPreference
- android:key="tilt_always"
- android:defaultValue="false"
- android:title="@string/always_enabled_title"
- android:summary="@string/always_enabled_summary"
- android:dependency="ambient_display" />
-
</PreferenceCategory>
<PreferenceCategory
@@ -60,13 +53,6 @@
android:summary="@string/pocket_gesture_summary"
android:dependency="ambient_display" />
- <SwitchPreference
- android:key="proximity_always"
- android:defaultValue="false"
- android:title="@string/always_enabled_title"
- android:summary="@string/always_enabled_summary"
- android:dependency="ambient_display" />
-
</PreferenceCategory>
</PreferenceScreen>