标签: android-notifications android-darkmode
builder.setContentTitle(StringUtil.f(title)); builder.setContentText(StringUtil.f(desc)); if (poster != null) { builder.setLargeIcon(poster); } Notification notification = builder.build();