I know how to use the BOOT COMPLETED Broadcast receiver but I wonder what exactly should i do? How to save the time of the alarms given that i have an unknown number of alarms all set by the user? And how do i restore them in the Broadcast receiver?
Asked
Active
Viewed 207 times
0
-
1Store them in a database, and when you boot up recreate them by reading them in from the db – Gabe Sechan Apr 08 '15 at 00:32
-
Thank you! I learned how to do it and it worked! – Lev Petrov Apr 09 '15 at 09:26