Skip to content

Instantly share code, notes, and snippets.

@benigumocom
Created August 24, 2012 17:03
Show Gist options
  • Save benigumocom/3452941 to your computer and use it in GitHub Desktop.
Save benigumocom/3452941 to your computer and use it in GitHub Desktop.
GCM SENDER_ID を埋め込む
/**
* Google API project id registered to use GCM.
*/
// GoogleAPIコンソールのURLバーからもってくる
// https://code.google.com/apis/console/#project:123456789012:access
static final String SENDER_ID = "123456789012";
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment