在android中创建一个不可阻挡的服务

发布于 2024-12-26 01:29:29 字数 134 浏览 0 评论 0原文

我想创建一个不可停止的服务,即如果用户从设置 - >管理应用程序 - > APP_NAME 单击强制停止,我想知道终止该服务的任何方法,例如 onDestroy()被调用或者 Android 操作系统自行终止该服务。

I want to create a unstoppable service, i.e if the user clicks the Force Stop from settings->Manage Applications->APP_NAME, I want to know that any method for killing that service like onDestroy() is called or the android OS kills that service on its own.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(1

不回头走下去 2025-01-02 01:29:29

启动时使用 粘性标志 是执行此操作的正常方法。

Starting a service on boot with a Sticky flag is the normal way of doing this.

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