-
I making a scheduling app where each notification is used as a sort of alarm that tells them it's time to start the next activity. I would like this to be able to happen exactly on time whether the app is open, blurred or killed, however they're usually a few minutes late. I know it's a lot to ask to be so exact, but is there anything more I can do to try to get these notifications to arrive on time? Here's how I'm calling the trigger:
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Sorry I just figured out that the alarmManager goes on the trigger not the notification. I'll go test it out and hopefully get the results I'm looking for. |
Beta Was this translation helpful? Give feedback.
Sorry I just figured out that the alarmManager goes on the trigger not the notification. I'll go test it out and hopefully get the results I'm looking for.