I want to send offline notification to user periodically at exact time (assume daily 9:00 AM). Right now I was trying workmanager Api but not able to find any method like AlarmsManager's setExact or setexactandallowwhileidle.
Only repeatInterval option is there that will be 24 (daily) in my case but how to send notification at exact time (9 : 00 am) .