aimardcr / APKKiller

Bypass APK Signatures Verify & Integrity Check using Reflection
295 stars 91 forks source link

getPackageInfo(GET_SIGNATURES) is not called in Android 12 (and probably above) #2

Open aimardcr opened 2 years ago

aimardcr commented 2 years ago

If you use APKKiller on Android 12, you will notice that only getPackageInfo with flags GET_SIGNING_CERTIFICATES will be called, but not with flags GET_SIGNATURES through the Proxy.

I wonder if anyone could take a look what caused this, thank you.

vellrya commented 2 years ago

Hello, is it means that we cannot use patched app on Android 12? I haven't got such device to test ourselves.