fix: compatibility of force-vp9-codec-parent-fingerprint fingerprint with version 17.27.39

This commit is contained in:
oSumAtrIX 2022-07-19 01:16:09 +02:00
parent bb40de567f
commit 523fd8627b
No known key found for this signature in database
GPG Key ID: A9B3094ACDB604B4

View File

@ -11,14 +11,14 @@ import org.jf.dexlib2.AccessFlags
@Name("force-vp9-codec-parent-fingerprint")
@MatchingMethod(
"Lpzs;", "Y"
"Lqaa;", "U"
)
@DirectPatternScanMethod
@ForceVP9Compatibility
@Version("0.0.1")
object ForceVP9ParentFingerprint : MethodFingerprint(
"V", AccessFlags.PUBLIC or AccessFlags.STATIC, listOf("L", "L", "L"), null,
"L", AccessFlags.PUBLIC or AccessFlags.STATIC, listOf(), null,
listOf(
"Share video error: null watch uri"
"sys.display-size", "x"
)
)