Double tap to sleep on the lock screen (2/2)

Signed-off-by: Hưng Phan <phandinhhungvp2001@gmail.com>
This commit is contained in:
Altaf-Mahdi
2017-09-09 13:07:59 +08:00
committed by Hưng Phan
parent 8e4a68807d
commit 6ce237a539
2 changed files with 16 additions and 0 deletions

View File

@@ -145,4 +145,9 @@
<string name="powermenu_users">Users</string> <string name="powermenu_users">Users</string>
<string name="powermenu_logout">Logout</string> <string name="powermenu_logout">Logout</string>
<string name="powermenu_emergency">Emergency</string> <string name="powermenu_emergency">Emergency</string>
<!-- Double Tap Lockscreen to Sleep -->
<string name="lockscreen_gesture_title">Gestures</string>
<string name="double_tap_to_sleep_lockscreen_title">Double tap to sleep</string>
<string name="double_tap_to_sleep_lockscreen_summary">Double tap on the top third or bottom shortcut area of the lock screen to put the device to sleep</string>
</resources> </resources>

View File

@@ -18,6 +18,17 @@
android:title="@string/lockscreen_title" android:title="@string/lockscreen_title"
xmlns:settings="http://schemas.android.com/apk/res/com.android.settings"> xmlns:settings="http://schemas.android.com/apk/res/com.android.settings">
<PreferenceCategory
android:title="@string/lockscreen_gesture_title">
<com.cherish.settings.preferences.SystemSettingSwitchPreference
android:key="double_tap_sleep_lockscreen"
android:title="@string/double_tap_to_sleep_lockscreen_title"
android:summary="@string/double_tap_to_sleep_lockscreen_summary"
android:defaultValue="true" />
</PreferenceCategory>
<PreferenceCategory <PreferenceCategory
android:key="lockscreen_category" android:key="lockscreen_category"
android:title="@string/ls_category"> android:title="@string/ls_category">