Hi, My app needs to update its DB each day at 14:00. Which is the best way to schedule the update after the application is installed? I'm already using the BOOT_COMPLETED which works great if the phone is rebooted.
Currently I'm scheduling the update each time the main activity is started, but I'm not very pleased with this approach since it eats additional processor cycles.
Is there another way to schedule the update after the app was installed?
Thanks
