Skip to content

Instantly share code, notes, and snippets.

@renanreismartins
Last active December 26, 2015 06:29
Show Gist options
  • Save renanreismartins/7108117 to your computer and use it in GitHub Desktop.
Save renanreismartins/7108117 to your computer and use it in GitHub Desktop.
@Override
protected void onCreate(Bundle savedInstanceState) {
...
GoogleCloudMessaging gcm = GoogleCloudMessaging.getInstance(this);
String regid = getRegistrationId(context);
if (regid.isEmpty()) {
registerInBackground();
}
...
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment