mirror of
https://github.com/fergalmoran/chrometophone.git
synced 2025-12-22 09:41:51 +00:00
Fixed GCM API key id
This commit is contained in:
@@ -40,7 +40,7 @@ public class C2DMConfigLoader {
|
|||||||
private static final Logger log = Logger.getLogger(C2DMConfigLoader.class.getName());
|
private static final Logger log = Logger.getLogger(C2DMConfigLoader.class.getName());
|
||||||
|
|
||||||
private static final int C2DM_TOKEN = 1;
|
private static final int C2DM_TOKEN = 1;
|
||||||
private static final int GCM_API_KEY = 2;
|
private static final int GCM_API_KEY = 5001;
|
||||||
|
|
||||||
String currentToken;
|
String currentToken;
|
||||||
String c2dmUrl;
|
String c2dmUrl;
|
||||||
|
|||||||
Reference in New Issue
Block a user