Update patches/src/main/kotlin/app/revanced/patches/all/misc/spoof/SpoofRootOfTrustPatch.kt

Co-authored-by: oSumAtrIX <johan.melkonyan1@web.de>
This commit is contained in:
Kofhisho 2026-03-16 18:49:58 +00:00 committed by GitHub
parent 0b4f2a0814
commit 4b27ee5dce
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -32,7 +32,7 @@ private enum class MethodCall(
val className: String,
val methodName: String,
val returnType: String,
val replacementInstructions: String,
val returnTrue: Boolean,
) {
IsDeviceLockedRootOfTrust(
"RootOfTrust;",