-
-
Notifications
You must be signed in to change notification settings - Fork 63
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Detect Google Play Services requirement #543
Comments
Some links: On Android, we can check this requirements in AndroidManifest.xml.
This information can be get on Play Store with API. @pnu-s can you give me your point of view about this idea ? |
If you get it from AndroidManifest.xml, be careful with how you're attributing this dependency to what apps. For your Organic Maps example, that dependency is only for the gms-enabled flavour. So it would be false to say that the F-Droid version depends on Google Play Services for example
|
It would be nice if Exodus could detect if an app requires Google Play Services or not, for privacy reasons
The text was updated successfully, but these errors were encountered: