From 0f5a771a5cff5684b4a8fd317f4938fe2cf3cbbe Mon Sep 17 00:00:00 2001 From: Pun Butrach Date: Sun, 18 Aug 2024 20:20:23 +0700 Subject: [PATCH] fix(SwissID): Rename `Remove Google Play Integrity Integrity check` to `Remove Google Play Integrity check` (#3558) --- .../swissid/integritycheck/RemoveGooglePlayIntegrityCheck.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/kotlin/app/revanced/patches/swissid/integritycheck/RemoveGooglePlayIntegrityCheck.kt b/src/main/kotlin/app/revanced/patches/swissid/integritycheck/RemoveGooglePlayIntegrityCheck.kt index e65105cc3d..fbe318d24c 100644 --- a/src/main/kotlin/app/revanced/patches/swissid/integritycheck/RemoveGooglePlayIntegrityCheck.kt +++ b/src/main/kotlin/app/revanced/patches/swissid/integritycheck/RemoveGooglePlayIntegrityCheck.kt @@ -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")],