Android:在多个通知中管理一个通知的位置

时间:2014-11-29 09:36:41

标签: android notifications

我正在使用包含丢失推送通知的应用程序,在每个推送通知中,我必须放置播放图标来播放每个通知的音乐。我更新通知时的问题意味着播放暂停或暂停播放。而不是通知更新,但通知每次都在顶部。

我想知道,是否有通知更新后在那里保留通知的方式?

我展示了一些图片,简要解释一下。

enter image description here

enter image description here

请事先帮助我。

1 个答案:

答案 0 :(得分:0)

您可以使用setpriority设置通知的优先级..

查看此帖子了解更多信息

The method setPriority (int) is undefined for the type Notification