开发者

starting android application

I want my app开发者_JAVA技巧lication to be started whenever the phone is turned on or restarted. can anyone give me some suggestions regarding this please.

thanks kaisar


You can set a broadcast receiver which can notify that the device boot is complete

android:name="android.intent.action.BOOT_COMPLETED"

Check this link out

http://www.androidcompetencycenter.com/2009/06/start-service-at-boot/

0

上一篇:

下一篇:

精彩评论

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

最新问答

问答排行榜