Guest User

Untitled

a guest
Jul 23rd, 2018
141
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.49 KB | None | 0 0
  1. 07-27 11:54:23.621: WARN/ActivityManager(73): Unable to start service Intent { act=com.google.android.c2dm.intent.REGISTER pkg=com.google.android.gsf (has extras) }: not found
  2.  
  3. Intent registrationIntent = new Intent("com.google.android.c2dm.intent.REGISTER");
  4. registrationIntent.putExtra("app", PendingIntent.getBroadcast(applicationContext, 0, new Intent(), 0));
  5. registrationIntent.putExtra("sender",test@gmail.com);
  6. ComponentName name = applicationContext.startService(registrationIntent);
Add Comment
Please, Sign In to add comment