Hi all, I have the need to schedule a notification on my app 14 days from whenever the user completes certain tasks, I came across this thread here that requests the REQUEST_SCHEDULE_EXACT_ALARM permission so, My question is, will a Receiver work in this case, is there anything special I need to add in addition to the REQUEST_SCHEDULE_EXACT_ALARM permission? I still can not wrap my head around Receivers so I'm a little confused. Can I just simply calculate the ticks 14 days from whenever the user completes the tasks and StartServiceAtExact(ticks) without requiring the user to allow permissions to REQUEST_SCHEDULE_EXACT_ALARM?
How will the app handle the request in this case when the Notification needs to be issued 14 days in the future?
Thanks,
Walter
How will the app handle the request in this case when the Notification needs to be issued 14 days in the future?
Thanks,
Walter