aboutsummaryrefslogtreecommitdiff
path: root/overlay-lineage
diff options
context:
space:
mode:
authorRaghuram Subramani <raghus2247@gmail.com>2023-05-25 14:14:07 +0530
committerRaghuram Subramani <raghus2247@gmail.com>2023-05-25 14:14:07 +0530
commit2268915827dc221d67ef4fe990e11860288d2d71 (patch)
treebfed249e5a5d71e1a5f2a47275a7be042d273ab6 /overlay-lineage
parent7270c787a0b03c6b34996b747a6c809e5547928b (diff)
Temp fix for overlay
Diffstat (limited to 'overlay-lineage')
-rw-r--r--overlay-lineage/packages/apps/LineageParts/res/xml/button_settings.xml27
1 files changed, 0 insertions, 27 deletions
diff --git a/overlay-lineage/packages/apps/LineageParts/res/xml/button_settings.xml b/overlay-lineage/packages/apps/LineageParts/res/xml/button_settings.xml
index ff677c4..297832e 100644
--- a/overlay-lineage/packages/apps/LineageParts/res/xml/button_settings.xml
+++ b/overlay-lineage/packages/apps/LineageParts/res/xml/button_settings.xml
@@ -116,13 +116,6 @@
android:summary="@string/power_end_call_summary"
android:persistent="false"/>
- <lineageos.preference.LineageSystemSettingSwitchPreference
- android:key="torch_long_press_power_gesture"
- android:title="@string/torch_long_press_power_gesture_title"
- android:summary="@string/torch_long_press_power_gesture_desc"
- android:defaultValue="false"
- lineage:requiresConfig="@*android:bool/config_supportLongPressPowerWhenNonInteractive" />
-
<ListPreference
android:key="torch_long_press_power_timeout"
android:dialogTitle="@string/torch_long_press_power_timeout_title"
@@ -333,24 +326,4 @@
android:summary="@string/volume_panel_on_left_summary" />
</PreferenceCategory>
- <PreferenceCategory
- android:key="extras_category"
- android:title="@string/extras_title" >
-
- <lineageos.preference.RemotePreference
- android:key="additional_buttons"
- android:title="@string/additional_buttons_title"
- lineage:requiresAction="org.lineageos.settings.device.ADDITIONAL_BUTTONS_SETTINGS">
- <intent
- android:action="org.lineageos.settings.device.ADDITIONAL_BUTTONS_SETTINGS" />
- </lineageos.preference.RemotePreference>
-
- <lineageos.preference.LineageSystemSettingSwitchPreference
- android:key="click_partial_screenshot"
- android:title="@string/click_partial_screenshot_title"
- android:summary="@string/click_partial_screenshot_summary"
- android:defaultValue="false" />
-
- </PreferenceCategory>
-
</PreferenceScreen>