aboutsummaryrefslogtreecommitdiff
path: root/overlay/packages
diff options
context:
space:
mode:
authordavidevinavil <davidevinavil@gmail.com>2017-02-04 07:31:01 +0100
committerdavidevinavil <davidevinavil@gmail.com>2017-04-07 13:12:17 +0200
commitb59d7118975e03fd5df0c5b5addf8c3c05a92683 (patch)
treeb05c15acbcf3c2d95ce1d4b4353068e805219254 /overlay/packages
parent4c466059e8af55e390d5680b22c5c301fccd7a07 (diff)
z2_plus: Remove key and doze overlay
Diffstat (limited to 'overlay/packages')
-rw-r--r--overlay/packages/apps/Settings/res/xml/rr_hw_keys.xml172
1 files changed, 0 insertions, 172 deletions
diff --git a/overlay/packages/apps/Settings/res/xml/rr_hw_keys.xml b/overlay/packages/apps/Settings/res/xml/rr_hw_keys.xml
deleted file mode 100644
index 1d6a85e..0000000
--- a/overlay/packages/apps/Settings/res/xml/rr_hw_keys.xml
+++ /dev/null
@@ -1,172 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Copyright (C) 2016 RR
-
- Licensed under the Apache License, Version 2.0 (the "License");
- you may not use this file except in compliance with the License.
- You may obtain a copy of the License at
-
- http://www.apache.org/licenses/LICENSE-2.0
-
- Unless required by applicable law or agreed to in writing, software
- distributed under the License is distributed on an "AS IS" BASIS,
- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- See the License for the specific language governing permissions and
- limitations under the License.
--->
-
-<PreferenceScreen
-
- xmlns:android="http://schemas.android.com/apk/res/android"
- xmlns:settings="http://schemas.android.com/apk/res/com.android.settings"
- android:title="@string/button_settings">
-
- <PreferenceCategory
- android:key="hardware_keys"
- android:title="@string/hardware_keys_category" >
-
- <SwitchPreference
- android:key="hardware_keys_disable"
- android:title="@string/hardware_keys_disable_title" />
-
- </PreferenceCategory>
-
- <PreferenceCategory
- android:key="back_key"
- android:title="@string/hardware_keys_back_key_title" >
-
-
- <cyanogenmod.preference.CMSystemSettingSwitchPreference
- android:key="back_wake_screen"
- android:title="@string/button_wake_title"
- android:defaultValue="false" />
-
- <com.android.settings.rr.Preferences.ActionPreference
- android:key="hwkeys_button_back_single_tap"
- android:summary="@string/hardware_keys_single_tap_summary"
- android:title="@string/hardware_keys_single_tap_title" >
- </com.android.settings.rr.Preferences.ActionPreference>
-
- <com.android.settings.rr.Preferences.ActionPreference
- android:key="hwkeys_button_back_double_tap"
- android:summary="@string/hardware_keys_double_tap_summary"
- android:title="@string/hardware_keys_double_tap_title" >
- </com.android.settings.rr.Preferences.ActionPreference>
-
- </PreferenceCategory>
-
- <PreferenceCategory
- android:key="home_key"
- android:title="@string/hardware_keys_home_key_title" >
-
-
- <cyanogenmod.preference.CMSystemSettingSwitchPreference
- android:key="home_wake_screen"
- android:title="@string/button_wake_title"
- android:defaultValue="true" />
-
- <SwitchPreference
- android:key="home_answer_call"
- android:title="@string/home_answer_call_title"
- android:summary="@string/home_answer_call_summary"
- android:persistent="false"/>
-
- <com.android.settings.rr.Preferences.ActionPreference
- android:key="hwkeys_button_home_single_tap"
- android:summary="@string/hardware_keys_single_tap_summary"
- android:title="@string/hardware_keys_single_tap_title" >
- </com.android.settings.rr.Preferences.ActionPreference>
-
- <com.android.settings.rr.Preferences.ActionPreference
- android:key="hwkeys_button_home_long_press"
- android:summary="@string/hardware_keys_long_press_summary"
- android:title="@string/hardware_keys_long_press_title" >
- </com.android.settings.rr.Preferences.ActionPreference>
-
- <com.android.settings.rr.Preferences.ActionPreference
- android:key="hwkeys_button_home_double_tap"
- android:summary="@string/hardware_keys_double_tap_summary"
- android:title="@string/hardware_keys_double_tap_title" >
- </com.android.settings.rr.Preferences.ActionPreference>
-
- </PreferenceCategory>
-
- <PreferenceCategory
- android:key="app_switch_key"
- android:title="@string/hardware_keys_appswitch_key_title" >
-
- <com.android.settings.rr.Preferences.ActionPreference
- android:key="hwkeys_button_overview_single_tap"
- android:summary="@string/hardware_keys_single_tap_summary"
- android:title="@string/hardware_keys_single_tap_title" >
- </com.android.settings.rr.Preferences.ActionPreference>
-
- <com.android.settings.rr.Preferences.ActionPreference
- android:key="hwkeys_button_overview_double_tap"
- android:summary="@string/hardware_keys_double_tap_summary"
- android:title="@string/hardware_keys_double_tap_title" >
- </com.android.settings.rr.Preferences.ActionPreference>
-
- </PreferenceCategory>
-
- <PreferenceCategory
- android:key="menu_key"
- android:title="@string/hardware_keys_menu_key_title" >
-
- <cyanogenmod.preference.CMSystemSettingSwitchPreference
- android:key="menu_wake_screen"
- android:title="@string/button_wake_title"
- android:defaultValue="false" />
-
- <com.android.settings.rr.Preferences.ActionPreference
- android:key="hwkeys_button_menu_single_tap"
- android:summary="@string/hardware_keys_single_tap_summary"
- android:title="@string/hardware_keys_single_tap_title" >
- </com.android.settings.rr.Preferences.ActionPreference>
-
- <com.android.settings.rr.Preferences.ActionPreference
- android:key="hwkeys_button_menu_double_tap"
- android:summary="@string/hardware_keys_double_tap_summary"
- android:title="@string/hardware_keys_double_tap_title" >
- </com.android.settings.rr.Preferences.ActionPreference>
-
- </PreferenceCategory>
-
- <PreferenceCategory
- android:key="assist_key"
- android:title="@string/hardware_keys_assist_key_title" >
-
- <com.android.settings.rr.Preferences.ActionPreference
- android:key="hwkeys_button_assist_single_tap"
- android:summary="@string/hardware_keys_single_tap_summary"
- android:title="@string/hardware_keys_single_tap_title" >
- </com.android.settings.rr.Preferences.ActionPreference>
-
- <com.android.settings.rr.Preferences.ActionPreference
- android:key="hwkeys_button_assist_long_press"
- android:summary="@string/hardware_keys_long_press_summary"
- android:title="@string/hardware_keys_long_press_title" >
- </com.android.settings.rr.Preferences.ActionPreference>
-
- <com.android.settings.rr.Preferences.ActionPreference
- android:key="hwkeys_button_assist_double_tap"
- android:summary="@string/hardware_keys_double_tap_summary"
- android:title="@string/hardware_keys_double_tap_title" >
- </com.android.settings.rr.Preferences.ActionPreference>
-
-
-</PreferenceCategory>
-
-
- <PreferenceCategory
- android:key="power_key"
- android:title="@string/hardware_keys_power_key_title" >
-
- <SwitchPreference
- android:key="power_end_call"
- android:title="@string/power_end_call_title"
- android:summary="@string/power_end_call_summary"
- android:persistent="false"/>
-
- </PreferenceCategory>
-
-</PreferenceScreen>