fix(NFC Tools): Remove broken patch that is no longer supported (#5584)
This commit is contained in:
parent
cfffd422f8
commit
2e177a8839
2 changed files with 3 additions and 3 deletions
|
|
@ -3,6 +3,7 @@ package app.revanced.patches.nfctoolsse.misc.pro
|
||||||
import com.android.tools.smali.dexlib2.AccessFlags
|
import com.android.tools.smali.dexlib2.AccessFlags
|
||||||
import app.revanced.patcher.fingerprint
|
import app.revanced.patcher.fingerprint
|
||||||
|
|
||||||
|
@Deprecated("This patch no longer works and will soon be deleted.")
|
||||||
internal val isLicenseRegisteredFingerprint = fingerprint {
|
internal val isLicenseRegisteredFingerprint = fingerprint {
|
||||||
accessFlags(AccessFlags.PUBLIC)
|
accessFlags(AccessFlags.PUBLIC)
|
||||||
returns("Z")
|
returns("Z")
|
||||||
|
|
|
||||||
|
|
@ -4,9 +4,8 @@ import app.revanced.patcher.extensions.InstructionExtensions.addInstructions
|
||||||
import app.revanced.patcher.patch.bytecodePatch
|
import app.revanced.patcher.patch.bytecodePatch
|
||||||
|
|
||||||
@Suppress("unused")
|
@Suppress("unused")
|
||||||
val unlockProPatch = bytecodePatch(
|
@Deprecated("This patch no longer works and will soon be deleted.")
|
||||||
name = "Unlock pro",
|
val unlockProPatch = bytecodePatch{
|
||||||
) {
|
|
||||||
compatibleWith("com.wakdev.apps.nfctools.se")
|
compatibleWith("com.wakdev.apps.nfctools.se")
|
||||||
|
|
||||||
execute {
|
execute {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue