scottyab / safetynethelper

SafetyNet Helper wraps the Google Play Services SafetyNet.API and verifies Safety Net API response with the Android Device Verification API.
334 stars 80 forks source link

Add `queries` to sample app's manifest #51

Closed luk1337 closed 2 years ago

luk1337 commented 3 years ago

When app is installed via Android Studio, queries does not contain com.android.vending thus we get "GooglePlayServices is not available on this device" error message.

This issue only affects devices running Android R or newer.

scottyab commented 2 years ago

Thanks @luk1337