Is there any way to check if:
- The Google Play Service is installed
- The version of the installed version, is or not the minimum version to run the Google Maps v2?
Thanks in advance
Is there any way to check if:
Thanks in advance
Yes!
See this documentation: GooglePlayServicesUtil
Specifically,
GooglePlayServicesUtil.isGooglePlayServicesAvailable(Context context)
It might also be a good idea to look at this question