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

Commit 71cd5cdb authored by dianlujitao's avatar dianlujitao Committed by Luca Stefani
Browse files

Settings: Mark adb root toggle as non-persistent

 * It's always read from the binder API

Change-Id: I88234450a2dcfbea985eb3c48114d869db331cd0
parent 62d08c12
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -152,7 +152,8 @@
            android:key="enable_adb_root"
            android:title="@string/adb_enable_root"
            android:summary="@string/adb_enable_summary_root"
            android:dependency="enable_adb" />
            android:dependency="enable_adb"
            android:persistent="false" />

        <lineageos.preference.LineageSecureSettingSwitchPreference
            android:key="adb_notify"