fix crash on modern android versions
Some checks are pending
Android CI / build (push) Waiting to run

This commit is contained in:
chiteroman 2025-02-20 23:44:46 +01:00
parent 124dd91724
commit e9f5aa8206
2 changed files with 3 additions and 2 deletions

View File

@ -260,7 +260,7 @@ private:
bool spoofProps = true; bool spoofProps = true;
bool spoofProvider = true; bool spoofProvider = true;
bool spoofSignature = false; bool spoofSignature = false;
int spoofVendingSdk = 1; int spoofVendingSdk = 0;
void dlclose() { void dlclose() {
LOGD("dlclose zygisk lib"); LOGD("dlclose zygisk lib");

View File

@ -3,5 +3,6 @@
"MANUFACTURER": "Google", "MANUFACTURER": "Google",
"MODEL": "Pixel 6", "MODEL": "Pixel 6",
"SECURITY_PATCH": "2025-02-05", "SECURITY_PATCH": "2025-02-05",
"DEVICE_INITIAL_SDK_INT": 21 "DEVICE_INITIAL_SDK_INT": 21,
"spoofVendingSdk": 0
} }