fix push notificaiton and add open notificaiotn evet

This commit is contained in:
zhangqinghe
2014-07-10 14:57:03 +08:00
parent 34857a1eea
commit 7cc3239e1b
3 changed files with 48 additions and 8 deletions
+2
View File
@@ -50,6 +50,8 @@ public class MyReceiver extends BroadcastReceiver {
JPushPlugin.notificationAlert = alert;
JPushPlugin.notificationExtras = extras;
JPushPlugin.transmitOpen(alert, extras);
context.startActivity(launch);
}
private Map<String, String> getNotificationExtras(Intent intent) {