mirror of
https://github.com/ReVanced/revanced-patches.git
synced 2026-01-21 01:53:56 +00:00
fix(Backdrops): Remove broken patch that is no longer supported (#5627)
This commit is contained in:
committed by
GitHub
parent
30176a3318
commit
c3e571e765
@@ -3,6 +3,7 @@ package app.revanced.patches.backdrops.misc.pro
|
|||||||
import app.revanced.patcher.fingerprint
|
import app.revanced.patcher.fingerprint
|
||||||
import com.android.tools.smali.dexlib2.Opcode
|
import com.android.tools.smali.dexlib2.Opcode
|
||||||
|
|
||||||
|
@Deprecated("Fingerprint no longer resolves and will soon be deleted.")
|
||||||
internal val proUnlockFingerprint = fingerprint {
|
internal val proUnlockFingerprint = fingerprint {
|
||||||
opcodes(
|
opcodes(
|
||||||
Opcode.INVOKE_VIRTUAL,
|
Opcode.INVOKE_VIRTUAL,
|
||||||
|
|||||||
@@ -6,9 +6,8 @@ import app.revanced.patcher.patch.bytecodePatch
|
|||||||
import com.android.tools.smali.dexlib2.iface.instruction.OneRegisterInstruction
|
import com.android.tools.smali.dexlib2.iface.instruction.OneRegisterInstruction
|
||||||
|
|
||||||
@Suppress("unused")
|
@Suppress("unused")
|
||||||
val proUnlockPatch = bytecodePatch(
|
@Deprecated("This patch no longer works and will soon be deleted.")
|
||||||
name = "Pro unlock",
|
val proUnlockPatch = bytecodePatch{
|
||||||
) {
|
|
||||||
compatibleWith("com.backdrops.wallpapers")
|
compatibleWith("com.backdrops.wallpapers")
|
||||||
|
|
||||||
execute {
|
execute {
|
||||||
|
|||||||
Reference in New Issue
Block a user