开发者

How to start an Android application when the phone boots up?

开发者 https://www.devze.com 2023-01-22 09:25 出处:网络
How to start an Android app开发者_如何学JAVAlication when the phone boots up? I have done this previously using a BroadcastReceiver with the BOOT_COMPLETED intent. Are there any alternative ways to ac

How to start an Android app开发者_如何学JAVAlication when the phone boots up? I have done this previously using a BroadcastReceiver with the BOOT_COMPLETED intent. Are there any alternative ways to accomplish the same?


Not that I'm aware of, I think that the way you describe is the only one.

0

精彩评论

暂无评论...
验证码 换一张
取 消