diff --git a/patches/src/main/kotlin/app/revanced/patches/all/misc/screenshot/PreventScreenshotDetectionPatch.kt b/patches/src/main/kotlin/app/revanced/patches/all/misc/screenshot/PreventScreenshotDetectionPatch.kt index 46e9eefa8..b66753e2c 100644 --- a/patches/src/main/kotlin/app/revanced/patches/all/misc/screenshot/PreventScreenshotDetectionPatch.kt +++ b/patches/src/main/kotlin/app/revanced/patches/all/misc/screenshot/PreventScreenshotDetectionPatch.kt @@ -32,6 +32,7 @@ private val unregisterScreenCaptureCallbackMethodReference = ImmutableMethodRefe val preventScreenshotDetectionPatch = bytecodePatch( name = "Prevent screenshot detection", description = "Removes the registration of all screen capture callbacks. This prevents the app from detecting screenshots.", + use = false ) { dependsOn(transformInstructionsPatch( filterMap = { _, _, instruction, instructionIndex ->