Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Android - create a service that runs once a day

I'd like to create a service for Android that performs an operation once a day at a given time. What's an efficient way to accomplish this - I want to make sure I'm not draining the device battery since this service is idle 99% of the time.

like image 344
James Cadd Avatar asked Dec 29 '09 15:12

James Cadd


1 Answers

Not an Android expert, but http://www.androidguys.com/2009/04/02/wake-up-with-the-alarm/ seems to be what you are looking for

like image 165
chburd Avatar answered Nov 11 '22 10:11

chburd