尝试了所有论坛,但仍无法使其发挥作用。抬头通知无效。
尝试了最高和最高优先级并振动全屏内容,一切正常。使用Android-Moto 5.1版本。
notificationBuilder.setDefaults(Notification.DEFAULT_ALL);
notificationBuilder.setPriority(Notification.PRIORITY_HIGH);
答案 0 :(得分:0)
最后,我找到了解决方案。在cordova-fcm插件中MyFireBaseMessagingService.java文件onMessageReceived方法 - 下面的行被注释(发送通知)。
sendNotification(remoteMessage.getNotification().getTitle(), remoteMessage.getNotification().getBody(), remoteMessage.getData());
希望它有所帮助。我取消注释了这一行并添加了优先级。