Add a new notification when push notification is received (not replace the previous)

前端 未结 6 1964
予麋鹿
予麋鹿 2021-02-02 16:59

I am using push notifications in my app. I need to display a notification when a push notification delivered. If I send another notification (without clearing the previous notif

6条回答
  •  半阙折子戏
    2021-02-02 17:36

    I am not sure what your use case is, but the Android design guidelines recommend not doing it at all.

    Don't: Do:

提交回复
热议问题