MotoActions: Set doze options back to true
* While c9999dacb17 introduced options to false, whole code sets to true as default. Bring it back to default code behavior Change-Id: I32cb9851c81282e0440f5a0d1654f31b37e35c91
This commit is contained in:
parent
e8e3def827
commit
0cfc187223
@ -23,14 +23,14 @@
|
||||
|
||||
<SwitchPreference
|
||||
android:key="gesture_pick_up"
|
||||
android:defaultValue="false"
|
||||
android:defaultValue="true"
|
||||
android:title="@string/pick_up_gesture_title"
|
||||
android:summary="@string/pick_up_gesture_summary"
|
||||
android:icon="@drawable/ic_pickup" />
|
||||
|
||||
<SwitchPreference
|
||||
android:key="gesture_hand_wave"
|
||||
android:defaultValue="false"
|
||||
android:defaultValue="true"
|
||||
android:title="@string/hand_wave_gesture_title"
|
||||
android:summary="@string/hand_wave_gesture_summary"
|
||||
android:icon="@drawable/ic_hand" />
|
||||
|
Loading…
x
Reference in New Issue
Block a user