mirror of
https://github.com/ReVanced/revanced-patches.git
synced 2024-11-10 01:01:56 +01:00
fix(SwissID): Rename Remove Google Play Integrity Integrity check
to Remove Google Play Integrity check
(#3558)
This commit is contained in:
parent
19dfc08cbe
commit
0f5a771a5c
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@ import app.revanced.patches.swissid.integritycheck.fingerprints.CheckIntegrityFi
|
||||||
import app.revanced.util.resultOrThrow
|
import app.revanced.util.resultOrThrow
|
||||||
|
|
||||||
@Patch(
|
@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." +
|
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.",
|
"If the device is rooted, root permissions must be hidden from the app.",
|
||||||
compatiblePackages = [CompatiblePackage("com.swisssign.swissid.mobile")],
|
compatiblePackages = [CompatiblePackage("com.swisssign.swissid.mobile")],
|
||||||
|
|
Loading…
Reference in a new issue