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

Commit d5cd72a8 authored by Arne Coucheron's avatar Arne Coucheron Committed by Zhao Wei Liew
Browse files

Settings: Set ADB notification on by default

Fixes the wrong initial state shown in settings.

Change-Id: Icd08c21a3327c05103c7738c19cbf1c20306fa3a
(cherry picked from commit 27da5466)
parent 975144aa
Loading
Loading
Loading
Loading
+2 −1
Original line number Original line Diff line number Diff line
@@ -143,7 +143,8 @@
            android:key="adb_notify"
            android:key="adb_notify"
            android:title="@string/adb_notify"
            android:title="@string/adb_notify"
            android:summary="@string/adb_notify_summary"
            android:summary="@string/adb_notify_summary"
            android:dependency="enable_adb" />
            android:dependency="enable_adb"
            android:defaultValue="true" />


        <SwitchPreference
        <SwitchPreference
            android:key="adb_over_network"
            android:key="adb_over_network"