android 销毁服务

发布于 2024-11-01 10:18:36 字数 142 浏览 1 评论 0原文

用户如何销毁应用程序之外的服务。我制作了一个用户永远无法“退出”的应用程序,因为主要活动禁用了“后退”按钮,但现在我的服务通知无法删除(最终会在显示时有条件,但现在不是) !我知道当应用程序在后台运行时,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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

摇划花蜜的午后 2024-11-08 10:18:36

您可以使用Bindservice。该服务作为Bindservice 被停止。

You can use the Bindservice.The Service is stoped as the Bindservice.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文