Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 27da5466 authored by Arne Coucheron's avatar Arne Coucheron Committed by Abhisek Devkota
Browse files

Settings: Set ADB notification on by default

Fixes the wrong initial state shown in settings.

Change-Id: Icd08c21a3327c05103c7738c19cbf1c20306fa3a
parent 8d968174
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -143,7 +143,8 @@
            android:key="adb_notify"
            android:title="@string/adb_notify"
            android:summary="@string/adb_notify_summary"
            android:dependency="enable_adb" />
            android:dependency="enable_adb"
            android:defaultValue="true" />

        <SwitchPreference
            android:key="adb_over_network"