When using Google Maps Android API V2 I\'m following the Google Play Services setup documentation to make a check to ensure that Google Play Services are installed, using th
From Google guide
if (mapIntent.resolveActivity(getPackageManager()) != null) { ... }