Is any way that when device be turned off and turned on again our android service be active again without activity (Does not have to call an activity)?
Asked
Active
Viewed 27 times
1
-
I think you have to create Broadcast Receiver and need to check device shutdown and startup receiver, at that time you can do this. – Pratik Dasa Nov 07 '14 at 06:03
-
http://stackoverflow.com/questions/2784441/trying-to-start-a-service-on-boot-on-android – Naveen Tamrakar Nov 07 '14 at 06:03
-
Many SO are here http://stackoverflow.com/questions/4562734/android-starting-service-at-boot-time http://stackoverflow.com/questions/7690350/android-start-service-on-boot – Pankaj Kumar Nov 07 '14 at 06:04