mirror of
https://github.com/ReVanced/revanced-patches.git
synced 2024-11-10 01:01:56 +01:00
feat(SCB Easy): Remove broken Remove debugging detection
patch (#3518)
Co-authored-by: oSumAtrIX <johan.melkonyan1@web.de>
This commit is contained in:
parent
7c218cd168
commit
f4e23cbb8a
1 changed files with 3 additions and 1 deletions
|
@ -10,11 +10,13 @@ import app.revanced.patches.scbeasy.detection.debugging.fingerprints.DebuggingDe
|
||||||
|
|
||||||
@Patch(
|
@Patch(
|
||||||
use = false,
|
use = false,
|
||||||
name = "Remove debugging detection",
|
|
||||||
description = "Removes the USB and wireless debugging checks.",
|
description = "Removes the USB and wireless debugging checks.",
|
||||||
compatiblePackages = [CompatiblePackage("com.scb.phone")]
|
compatiblePackages = [CompatiblePackage("com.scb.phone")]
|
||||||
)
|
)
|
||||||
@Suppress("unused")
|
@Suppress("unused")
|
||||||
|
@Deprecated("This patch no longer work and will be removed in the future " +
|
||||||
|
"due to the complexity of the application.\n" +
|
||||||
|
"See https://github.com/ReVanced/revanced-patches/issues/3517 for more details.")
|
||||||
object RemoveDebuggingDetectionPatch : BytecodePatch(
|
object RemoveDebuggingDetectionPatch : BytecodePatch(
|
||||||
setOf(DebuggingDetectionFingerprint)
|
setOf(DebuggingDetectionFingerprint)
|
||||||
) {
|
) {
|
||||||
|
|
Loading…
Reference in a new issue