Can't toast on this thread.

// FREEBIE
pull/1/head
Moxie Marlinspike 10 years ago
parent e53bbe8453
commit 8726dd51be

@ -52,7 +52,8 @@ public class GcmRegistrationService extends Service implements Runnable {
int result = GooglePlayServicesUtil.isGooglePlayServicesAvailable(this);
if (result != ConnectionResult.SUCCESS) {
Toast.makeText(this, "Unable to register with GCM!", Toast.LENGTH_LONG).show();
Log.w(TAG, "Unable to register with GCM! " + result);
return;
}
String gcmId = GoogleCloudMessaging.getInstance(this).register(REGISTRATION_ID);

Loading…
Cancel
Save