Related to this question.
I am experiencing that Activity Recognition updates are not delivered on a regular basis. The power saving mode on my phone is disabled and I set the fastest possible detection interval (0), yet sometimes intents are not delivered for more than 10-20 seconds. It seems the delays mostly happen during an activity transition (e.g., still -> in vehicle
), but this is just a hypothesis.
In my application I need be able to set a strict upper bound for the interval between intents, has anyone achieved something like that?