android 销毁服务
用户如何销毁应用程序之外的服务。我制作了一个用户永远无法“退出”的应用程序,因为主要活动禁用了“后退”按钮,但现在我的服务通知无法删除(最终会在显示时有条件,但现在不是) !我知道当应用程序在后台运行时,Android 会管理内存,但是如果我真的想关闭该服务,该怎么办?
How can a user destroy a service outside of the app. I made an app that the user can never "Exit" because the main activity disables the "back" button, but now my service notification can't be removed (there will eventually be conditions on when it is shown, but not right now)! I know that android manages the memory when the app is in the background like that, but if I really wanted to close that service, how would this be done?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以使用Bindservice。该服务作为Bindservice 被停止。
You can use the Bindservice.The Service is stoped as the Bindservice.