标签: android notifications android-notifications
我目前正在使用custom notification声音,并使用FLAG_INSISTENT保持通知铃声。到目前为止,一切正常。
custom notification
FLAG_INSISTENT
但是,当另一个应用程序的notification通过时,它会暂停声音,为其他generic sound播放notification,并且不会恢复自定义通知声音。有什么方法可以恢复声音,直到notification为seen/opened为止。
notification
generic sound
seen/opened