We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
在这种情况下,点击消息里的按钮(下一首,暂停,关闭)均无反应。 似乎,PlayNotifyManager中的receiver失效了。 而网易云音乐在此情况下仍然可以操作notification视图。
The text was updated successfully, but these errors were encountered:
同时音乐播放也会停止。
Sorry, something went wrong.
嘿嘿正在魔改中。 思路是一个activity startService+bindService, 然后关键是 PlayNotifyManager 等由 playService持有 ,依然是处理进程间通信。 还有一个关键就是show的时候 调用activity.startForeground(PLAY_NOTIFY_ID, notification); 其中activity其实是service。。
还有以一个关键应该是onpause的时候unbindService
No branches or pull requests
在这种情况下,点击消息里的按钮(下一首,暂停,关闭)均无反应。
似乎,PlayNotifyManager中的receiver失效了。
而网易云音乐在此情况下仍然可以操作notification视图。
The text was updated successfully, but these errors were encountered: