Cherish:Move double tap gestures to statusbar/lockscreen

Signed-off-by: Hưng Phan <phandinhhungvp2001@gmail.com>
This commit is contained in:
Hưng Phan
2022-08-28 09:34:18 +07:00
parent d9beb90c32
commit 75097c1370
4 changed files with 24 additions and 12 deletions

View File

@@ -15,6 +15,18 @@
android:title="@string/statusbar_title"
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_gesture"
android:title="@string/double_tap_to_sleep_title"
android:summary="@string/double_tap_to_sleep_summary"
android:defaultValue="true" />
</PreferenceCategory>
<Preference
android:key="network_traffic_settings"
android:title="@string/network_traffic_title"