From d9f0d08498662e7aa18edb5201a5d60f3738e4e4 Mon Sep 17 00:00:00 2001 From: LisoUseInAIKyrios <118716522+LisoUseInAIKyrios@users.noreply.github.com> Date: Thu, 24 Aug 2023 20:15:48 +0400 Subject: [PATCH] fix(Enable android debugging): Update patch description (#2869) Co-authored-by: oSumAtrIX --- .../all/misc/debugging/patch/EnableAndroidDebuggingPatch.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 bf456d15e..441dc24a5 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 @@ -9,7 +9,7 @@ import org.w3c.dom.Element @Patch(false) @Name("Enable android debugging") -@Description("Enables Android debugging capabilities.") +@Description("Enables Android debugging capabilities. This can slow down the app.") class EnableAndroidDebuggingPatch : ResourcePatch { override fun execute(context: ResourceContext) { context.xmlEditor["AndroidManifest.xml"].use { dom ->