对于SkAndroidCodec::NewFromStream returned null,我的解决方案
我遇到这个问题,而不能成功创建通知,原因是我的API 大于26,需要创建NotificationChannelNotification notification = new NotificationCompat.Builder(this, "chat") .setContentTitle("标题") .setContentText("内容") .s...