samsung: doze: Set gesture to disabled by default
authorArne Coucheron <arco68@gmail.com>
Tue, 19 May 2015 22:56:19 +0000 (00:56 +0200)
committerJan Altensen <info@stricted.net>
Fri, 20 Mar 2020 13:56:29 +0000 (14:56 +0100)
Change-Id: I0bf3f6a3a4c01bab7ff7522e916e2149f9cfe8d5

doze/res/xml/gesture_panel.xml

index 29963d1aa1d62a647ddb80d37585712bb386ae5f..61d639bf4855ba371e58ab46ea5c729d892e26b3 100644 (file)
@@ -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" />