fixup! Add toggle to enable ADB root

Change-Id: I15bb409dd087cfd9c89a6f579c7c69d162516299
This commit is contained in:
Michael Bestas
2024-03-10 22:36:44 +02:00
committed by Joey
parent f4515f015b
commit f07f272d14

View File

@@ -194,6 +194,7 @@
<SwitchPreferenceCompat <SwitchPreferenceCompat
android:key="enable_adb_root" android:key="enable_adb_root"
android:title="@string/adb_enable_root" android:title="@string/adb_enable_root"
android:dependency="enable_adb"
android:summary="@string/adb_enable_summary_root" android:summary="@string/adb_enable_summary_root"
android:persistent="false" /> android:persistent="false" />