mirror of
https://github.com/revanced/revanced-patches
synced 2025-01-07 01:05:58 +01:00
fix(enable-android-debugging): make option debuggable
false by default
This commit is contained in:
parent
d9e8bd6177
commit
e717e260fd
@ -33,7 +33,7 @@ class EnableAndroidDebuggingPatch : ResourcePatch {
|
|||||||
var debuggable: Boolean? by option(
|
var debuggable: Boolean? by option(
|
||||||
PatchOption.BooleanOption(
|
PatchOption.BooleanOption(
|
||||||
key = "debuggable",
|
key = "debuggable",
|
||||||
default = true,
|
default = false,
|
||||||
title = "App debugging",
|
title = "App debugging",
|
||||||
description = "Whether to make the app debuggable on Android.",
|
description = "Whether to make the app debuggable on Android.",
|
||||||
)
|
)
|
||||||
|
Loading…
Reference in New Issue
Block a user