projects
/
GitHub
/
LineageOS
/
android_hardware_samsung.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c8668b2
)
samsung: doze: Set gesture to disabled by default
author
Arne Coucheron
<arco68@gmail.com>
Tue, 19 May 2015 22:56:19 +0000
(
00:56
+0200)
committer
Jan Altensen
<info@stricted.net>
Fri, 20 Mar 2020 13:56:29 +0000
(14:56 +0100)
Change-Id: I0bf3f6a3a4c01bab7ff7522e916e2149f9cfe8d5
doze/res/xml/gesture_panel.xml
patch
|
blob
|
blame
|
history
diff --git
a/doze/res/xml/gesture_panel.xml
b/doze/res/xml/gesture_panel.xml
index 29963d1aa1d62a647ddb80d37585712bb386ae5f..61d639bf4855ba371e58ab46ea5c729d892e26b3 100644
(file)
--- a/
doze/res/xml/gesture_panel.xml
+++ b/
doze/res/xml/gesture_panel.xml
@@
-15,7
+15,7
@@
<SwitchPreference
android:key="gesture_hand_wave"
- android:defaultValue="
tru
e"
+ android:defaultValue="
fals
e"
android:title="@string/hand_wave_gesture_title"
android:summary="@string/hand_wave_gesture_summary" />