Upstream message to server app
问题 I have successfuly send data from php server page to android client with JAXL.. I have read carefully the guide of Google Cloud Message Offical website.. For Upstream there is only these documents: public void onClick(final View view) { if (view == findViewById(R.id.send)) { new AsyncTask() { @Override protected String doInBackground(Void... params) { String msg = ""; try { Bundle data = new Bundle(); data.putString("my_message", "Hello World"); data.putString("my_action","SAY_HELLO"); String