GCM Ok[Debug]
This commit is contained in:
parent
6a7a78558e
commit
b2fa0b34e8
16 changed files with 126 additions and 22 deletions
|
|
@ -99,7 +99,7 @@ namespace BookAStar.Droid
|
|||
void SubscribeGCM ()
|
||||
{
|
||||
Context context = this.ApplicationContext;
|
||||
string senders = "325408689282";
|
||||
string senders = MainSettings.GoogleSenderId;
|
||||
// Resources.GetString(GoogleSenderId);
|
||||
Intent intent = new Intent ("com.google.android.c2dm.intent.REGISTER");
|
||||
intent.SetPackage ("com.google.android.gsf");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue