fix: compatibility of force-vp9-codec-parent-fingerprint fingerprint with version 17.27.39
This commit is contained in:
parent
cdf4313880
commit
92dc97e2bf
1 changed files with 3 additions and 3 deletions
|
|
@ -11,14 +11,14 @@ import org.jf.dexlib2.AccessFlags
|
||||||
|
|
||||||
@Name("force-vp9-codec-parent-fingerprint")
|
@Name("force-vp9-codec-parent-fingerprint")
|
||||||
@MatchingMethod(
|
@MatchingMethod(
|
||||||
"Lpzs;", "Y"
|
"Lqaa;", "U"
|
||||||
)
|
)
|
||||||
@DirectPatternScanMethod
|
@DirectPatternScanMethod
|
||||||
@ForceVP9Compatibility
|
@ForceVP9Compatibility
|
||||||
@Version("0.0.1")
|
@Version("0.0.1")
|
||||||
object ForceVP9ParentFingerprint : MethodFingerprint(
|
object ForceVP9ParentFingerprint : MethodFingerprint(
|
||||||
"V", AccessFlags.PUBLIC or AccessFlags.STATIC, listOf("L", "L", "L"), null,
|
"L", AccessFlags.PUBLIC or AccessFlags.STATIC, listOf(), null,
|
||||||
listOf(
|
listOf(
|
||||||
"Share video error: null watch uri"
|
"sys.display-size", "x"
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
Loading…
Add table
Add a link
Reference in a new issue