MotoActions: Set doze options back to true
authorjro1979oliver <jroliveira.oliveira301@gmail.com>
Mon, 18 Jan 2021 10:50:50 +0000 (07:50 -0300)
committerBruno Martins <bgcngm@gmail.com>
Mon, 18 Jan 2021 11:58:27 +0000 (12:58 +0100)
* While c9999dacb17 introduced options to false, whole code sets to true as default.
Bring it back to default code behavior

Change-Id: I32cb9851c81282e0440f5a0d1654f31b37e35c91

MotoActions/res/xml/doze_panel.xml

index 42cdbdbe98ab24651610db643605ef2f7a6661f4..7e8db99176b1c3e39203b4274c521332174b24c6 100644 (file)
 
        <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" />