I'm using SetExactAndAllowWhileIdle to set up a single wakeup time. Can it be used to set 5 different wakeup times? In other words can it be called multiple times with different longs and there will be a wakeup on each of them?
Does it mean you can only set 1 wakeup at a time? I would like to set 5 of them when my app starts and not set 1 and when the serverce is woken up set the next one.
Ok. I will code my app for running it that way. I hope in a future B4A release setting multiple wake ups will be available. Anyway I like using SetExactAndAllowWhileIdle.