Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我的应用中有一个音乐播放器活动。
问题是,如果用户切换到我的应用程序中的其他 Activity,音乐会继续播放,但如果稍后他返回到音乐播放器 Activity,除了音乐本身之外,一切都会重置(歌曲的标题、持续时间......)。
有没有办法让活动继续运行?(不是通过使用服务)。
看看这里它可能对你有帮助。
如何在 onPause 和 onResume 上静音和取消静音
使用onPause()and onResume()。
onPause()
onResume()