I think the right way to do this is to check if services from your application are enabled using isGooglePlayServicesAvailable(android.content.Context).
if (GooglePlayServicesUtil.isGooglePlayServicesAvailable(ctx) == ConnectionResult.SUCCESS) {
}
, Google Play
:
onResultActivity
,