How to create a notification similar to Play Music app from Google

前端 未结 3 1370
渐次进展
渐次进展 2020-12-08 05:50

I\'m trying to create a notification that is very similar to what the \"Play Music\" app from Google uses.

\"Pla

3条回答
  •  野趣味
    野趣味 (楼主)
    2020-12-08 06:04

    Yes, all of that is done with custom RemoteViews. You'll see in the docs for Notification, there's a field for bigContentView along with contentView.

提交回复
热议问题