forked from github/jpush-phonegap-plugin
fix push notificaiton and add open notificaiotn evet
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user