tags:

views:

80

answers:

1

My application requires to be started everytime the phone is switched off and switched on i.e it should start running automatically like an anti-virus software on start up. Is it possible??? I am totally clueless!!!

A: 

if I remeber right, there is a system broadcast intent, when the system has booted...

maybe you can catch it and fire up an intent to your app?

poeschlorn
http://stackoverflow.com/questions/2784441/trying-to-start-a-service-on-boot-on-android
Damian Kołakowski