小编tej*_*eja的帖子

通知多行

如何制作长通知多行.我使用下面的代码片段,但它无法正常工作:

NotificationCompat.Builder mBuilder = new NotificationCompat.Builder(context)
  .setContentTitle(title)
  .setSmallIcon(R.drawable.icon)
  .setStyle(new NotificationCompat.BigTextStyle().bigText(message))
  .setContentText(message)
  .setContentIntent(pIntent);

return mBuilder.build();
Run Code Online (Sandbox Code Playgroud)

notifications android

43
推荐指数
3
解决办法
4万
查看次数

标签 统计

android ×1

notifications ×1