我正在使用我的应用程序中的工作管理器。NOTIFICATION_TAG) WorkManager.getInstance().enqueue(notificationWork)这是我的Workeroverride fun doWork(): Result { return Worker.Result.SUCCESS在AndroidAPI OREO和更高版本
package 'com.example.package‘Failed post notification on channel 'null’See log for more details“implementation "org.jetbrains.kotlin:kotlin-stdlib-jre7:$kotlin_version"implement
我的应用程序实现了5种类型的自定义通知。在二月份,一切都运行良好。我现在正在重新处理它,并且不再显示任何通知。 首先,我对firebase云消息进行了测试。通知已成功显示在我的设备上。然后,我尝试按照这个答案修改我的代码:Notification not showing in Oreo。没有成功。以下是我的宣言: <manifest xmlns:android="http://sc