[2/2] OmniGears: long press on power for flashlight from screen off
Change-Id: I70f699ae6ae2d400145a8cc309b73316a80d9b46
diff --git a/res/xml/button_settings.xml b/res/xml/button_settings.xml
index 839ce99..bdbe49b 100644
--- a/res/xml/button_settings.xml
+++ b/res/xml/button_settings.xml
@@ -81,8 +81,14 @@
android:key="global_actions"
android:title="@string/global_actions_title"
android:summary="@string/global_actions_summary"
- android:icon="@drawable/ic_settings_power"
android:fragment="org.omnirom.omnigears.interfacesettings.GlobalActionsSettings" />
+
+ <org.omnirom.omnigears.preference.SystemSettingSwitchPreference
+ android:key="long_press_power_torch"
+ android:title="@string/long_press_power_torch_title"
+ android:summary="@string/long_press_power_torch_summary"
+ android:defaultValue="false" />
+
</PreferenceCategory>
<PreferenceCategory