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.
我有一个 MediaPlayer,当我更改活动时,甚至在我点击手机上的物理主页按钮时,它都会继续播放。如何使 MediaPlayer 在我更改活动时继续播放,但在我单击主屏幕按钮时停止播放?
您可以使用服务。一直在后台运行。
该服务类似于正常活动,但它们在后台运行并且没有用户界面