Skip to content

Instantly share code, notes, and snippets.

@benigumocom
Created August 24, 2012 16:54
Show Gist options
  • Save benigumocom/3452842 to your computer and use it in GitHub Desktop.
Save benigumocom/3452842 to your computer and use it in GitHub Desktop.
GCM デモサーバーの登録・解除URL を埋め込む1
/**
* 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