mirror of
https://github.com/chiteroman/PlayIntegrityFix.git
synced 2025-02-22 22:28:48 +08:00
fix crash on modern android versions
Some checks are pending
Android CI / build (push) Waiting to run
Some checks are pending
Android CI / build (push) Waiting to run
This commit is contained in:
parent
124dd91724
commit
e9f5aa8206
@ -260,7 +260,7 @@ private:
|
||||
bool spoofProps = true;
|
||||
bool spoofProvider = true;
|
||||
bool spoofSignature = false;
|
||||
int spoofVendingSdk = 1;
|
||||
int spoofVendingSdk = 0;
|
||||
|
||||
void dlclose() {
|
||||
LOGD("dlclose zygisk lib");
|
||||
|
@ -3,5 +3,6 @@
|
||||
"MANUFACTURER": "Google",
|
||||
"MODEL": "Pixel 6",
|
||||
"SECURITY_PATCH": "2025-02-05",
|
||||
"DEVICE_INITIAL_SDK_INT": 21
|
||||
"DEVICE_INITIAL_SDK_INT": 21,
|
||||
"spoofVendingSdk": 0
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user