Created
August 24, 2012 16:54
-
-
Save benigumocom/3452842 to your computer and use it in GitHub Desktop.
GCM デモサーバーの登録・解除URL を埋め込む1
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
/** | |
* Base URL of the Demo Server (such as http://my_host:8080/gcm-demo) | |
*/ | |
static final String SERVER_URL = "http://your-server-host/gcm"; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment