diff --git a/src/main/kotlin/app/revanced/patches/all/misc/debugging/patch/EnableAndroidDebuggingPatch.kt b/src/main/kotlin/app/revanced/patches/all/misc/debugging/patch/EnableAndroidDebuggingPatch.kt index 4143f1c2d..88199d036 100644 --- a/src/main/kotlin/app/revanced/patches/all/misc/debugging/patch/EnableAndroidDebuggingPatch.kt +++ b/src/main/kotlin/app/revanced/patches/all/misc/debugging/patch/EnableAndroidDebuggingPatch.kt @@ -33,7 +33,7 @@ class EnableAndroidDebuggingPatch : ResourcePatch { var debuggable: Boolean? by option( PatchOption.BooleanOption( key = "debuggable", - default = true, + default = false, title = "App debugging", description = "Whether to make the app debuggable on Android.", )