A simple question, I think. I have an alarm manager created with some sets of spells. What happens when a user closes an application?
Does the alarm manager still warn me when alarms are triggered? Or is the alarm manager object destroyed by the application?
Because sometimes alarms are triggered, and sometimes not, so I was wondering if this was a problem.
Alarm Manager is a system service, and it continues to work after your application is destroyed.
The accuracy of the alarm may vary depending on how you set it.
Logcat , , . ( , ?)
EDIT: A - C . , . , BroadcastReceiver, boot_completed .