标签: android push-notification android-broadcastreceiver oneplusthree
具有PendingIntent.getBroadcast(...)的应用程序无法启动(在电池没电的情况下被杀死(从最近的记录中清除)后,通过推送通知单击)(未调用BroadcastReceiver.onReceive(),甚至该过程也未启动)优化已设置为针对应用进行优化。
而PendingIntent.getActivity(...)和PendingIntent.getService(...)会按预期启动应用程序。
让我知道是否还有其他人遇到过此问题,任何解决方法/解决方案将不胜感激。