In my app I used Alarm manager for time scheduling. For that I used Alarm Manager API .
- I am using setInExactRepeating() method for repeat my alarm but it's not triggering my alarm when my device is in idle condition. Also sometimes it delays to triggering alarm.
- For my app its important to trigger the alarm at the exact time in repeating mode also in idle condition.
Please help how can i resolve this issue, I also learned about Job scheduler and Work manager but these have not a feature like alarm manager to set alarm at exact or repeat.
Thank You