gavinzheng / chrometophone

Automatically exported from code.google.com/p/chrometophone
0 stars 0 forks source link

Use android.apis.google.com instead of android.clients.google.com #308

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
The C2DM server implementation for this app is using android.clients.google.com 
as the API endpoint. This is wrong.

It should be android.apis.google.com.

[Either will technically work, but let's not promote bad habits. ;)]

Original issue reported on code.google.com by trevorjohns@google.com on 4 May 2011 at 1:33