Created
August 24, 2012 17:03
-
-
Save benigumocom/3452941 to your computer and use it in GitHub Desktop.
GCM SENDER_ID を埋め込む
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/** | |
* 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