This repository has been archived by the owner on Jan 19, 2025. It is now read-only.
forked from ReVanced/revanced-integrations
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(All - Signature): Add
Bypass signature verification checks
patch
BREAKING CHANGE: Gboard's `Bypass signature verification checks` patch has been removed and replaced with a universal patch.
- Loading branch information
1 parent
cb632c1
commit 6198c05
Showing
4 changed files
with
15 additions
and
23 deletions.
There are no files selected for viewing
3 changes: 2 additions & 1 deletion
3
...integrations/shared/PmsHookApplication.kt → ...tions/all/signature/PmsHookApplication.kt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
13 changes: 13 additions & 0 deletions
13
app/src/main/java/dev/jkcarino/revanced/integrations/all/signature/SignatureHookApp.kt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
package dev.jkcarino.revanced.integrations.all.signature | ||
|
||
import android.app.Application | ||
import android.content.Context | ||
|
||
class SignatureHookApp : Application() { | ||
|
||
override fun attachBaseContext(base: Context) { | ||
val pmsHookApplication = PmsHookApplication("<signature>") | ||
pmsHookApplication.hook(base) | ||
super.attachBaseContext(base) | ||
} | ||
} |
16 changes: 0 additions & 16 deletions
16
app/src/main/java/dev/jkcarino/revanced/integrations/gboard/SignatureHookApp.kt
This file was deleted.
Oops, something went wrong.
6 changes: 0 additions & 6 deletions
6
stub/src/main/java/com/google/android/apps/inputmethod/latin/ImeLatinApp.java
This file was deleted.
Oops, something went wrong.