Cherish:Move double tap gestures to statusbar/lockscreen
Signed-off-by: Hưng Phan <phandinhhungvp2001@gmail.com>
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user