my question is how can I skip an alarm in Android.
I have created an alarm with a one-day interval. But the user can press a button to do the automatical work which is done after the interval, by himself.
So on the same day the automatical work shouldn`t be done again. But on the next day the alarm interval should work as before.
Can I handle this with the cancel-method? I think no. I think the cancel-method will cancel the whole alarm and not cancel only the next alarm.
How can I do it?
I hope you understand me. Sorry for my bad english.