fix: Disable Prevent screenshot detection by default (#6511)
This commit is contained in:
parent
ef052c0d8f
commit
5b5c50254d
1 changed files with 1 additions and 0 deletions
|
|
@ -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 ->
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue