From cbb61e16e90647ec6fa7a4347517b0421bc27869 Mon Sep 17 00:00:00 2001 From: althafvly Date: Mon, 25 Mar 2024 13:28:57 +0530 Subject: [PATCH] LineageParts: Enable long press for torch by default --- res/xml/button_settings.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/res/xml/button_settings.xml b/res/xml/button_settings.xml index 2c1f9678..4fc8cd75 100644 --- a/res/xml/button_settings.xml +++ b/res/xml/button_settings.xml @@ -120,7 +120,7 @@ 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" + android:defaultValue="true" lineage:requiresConfig="@*android:bool/config_supportLongPressPowerWhenNonInteractive" />