android service设置persistent,Persistent service

本文探讨了在Android中创建持久服务的方法,特别指出系统应用可通过特殊权限实现基本不可杀死的服务,而非系统应用则需依赖startForeground。了解如何在理论层面操作,以及OS如何管理服务的内存情况。

摘要生成于 C知道 ,由 DeepSeek-R1 满血版支持, 前往体验 >

问题

I know that some peoples view is that you should not create persistent services.

But for those of us that want to increase our knowledge, how does one go about creating one in theory?

I have been playing around, and noticed that services that use startForeground are killed in low memory situations.

I have seen a, now deprecated, permission PERSISTENT_ACTIVITY, but that didn't do much.

So what is the secret?

回答1:

You can only make your service persistent if you are developing system apps. These services will be basically un-killable, and are labeled as "PERS" in the output of the "adb shell dumpsys activity" command. It's not very well documented, so I did a quick write-up on Persistent services in Android...hopefully it will help some people out.

But for non-system apps, startForeground is your best option.

回答2:

There is absolutely no way of preventing the OS from killing your service.

来源:https://stackoverflow.com/questions/4708827/persistent-service

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值