mirror of
https://github.com/team-infusion-developers/android_hardware_samsung.git
synced 2024-11-06 21:55:41 +00:00
samsung: doze: Set gesture to disabled by default
Change-Id: I0bf3f6a3a4c01bab7ff7522e916e2149f9cfe8d5
This commit is contained in:
parent
c8668b2755
commit
d9bdd41975
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@
|
|||
|
||||
<SwitchPreference
|
||||
android:key="gesture_hand_wave"
|
||||
android:defaultValue="true"
|
||||
android:defaultValue="false"
|
||||
android:title="@string/hand_wave_gesture_title"
|
||||
android:summary="@string/hand_wave_gesture_summary" />
|
||||
|
||||
|
|
Loading…
Reference in a new issue