Cherish: Allow doubletap/longpress power to toggle torch [2/2]

Signed-off-by: Hưng Phan <phandinhhungvp2001@gmail.com>
This commit is contained in:
ezio84
2022-09-24 11:37:44 +07:00
committed by Hưng Phan
parent 9fb7d1d563
commit fb3d2e57b3
4 changed files with 46 additions and 0 deletions

View File

@@ -27,6 +27,12 @@
android:summary="@string/double_tap_sleep_lockscreen_summary"
android:defaultValue="true" />
<ListPreference
android:key="torch_power_button_gesture"
android:title="@string/torch_power_button_gesture_title"
android:entries="@array/torch_power_button_gesture_entries"
android:entryValues="@array/torch_power_button_gesture_values" />
<com.cherish.settings.preferences.SecureSettingSwitchPreference
android:key="power_menu_hide_on_secure"
android:title="@string/power_menu_hide_on_secure_title"