We are developing an application that should trigger an alarm intent notification start at 8AM everyday and repeat for every 15 mins once
In the notification, we are having button called "EOD", clicking on this should cancel the alarm and should not trigger any more for that day. But again next day morning it should start at 8AM.
The issue is after click on "EOD", we are calling cancel(intent) to cancel the alarm. But the alarm is not triggering for the next day. How to again trigger the alarm at next day 8AM ?