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.
我有一个播放和录制音频的应用程序抛出一个后台服务。当调用活动 onPause 方法时,我试图暂停该过程。但我不希望它在配置更改“这将调用 onPause”时暂停。任何想法如何做到这一点,而无需手动处理活动的配置更改?
谢谢,
如果您正在使用API11或更高版本,则具有isChangingConfiguration方法。
API11