fix(SwissID): Rename Remove Google Play Integrity Integrity check to Remove Google Play Integrity check (#3558)

This commit is contained in:
Pun Butrach 2024-08-18 20:20:23 +07:00 committed by GitHub
parent 19dfc08cbe
commit 0f5a771a5c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -9,7 +9,7 @@ import app.revanced.patches.swissid.integritycheck.fingerprints.CheckIntegrityFi
import app.revanced.util.resultOrThrow
@Patch(
name = "Remove Google Play Integrity Integrity check",
name = "Remove Google Play Integrity check",
description = "Removes the Google Play Integrity check. With this it's possible to use SwissID on custom ROMS." +
"If the device is rooted, root permissions must be hidden from the app.",
compatiblePackages = [CompatiblePackage("com.swisssign.swissid.mobile")],