I am trying to create an alarm with AlarmManager, it works fine even when the device is locked.
But when I kill the application with Settings -> Manege App -> MyApp -> Force Stop, then my alarm clock destroys all the settings .
So, tell me how to save the alarm settings after the application is killed even by a forced stop , and it notifies me of its usual time.
Thanks in advance...
source
share