You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 16, 2018. It is now read-only.
I have been using your library for one of my student projet, its siplicity of use was really handy.
Then I got a problem with the delay between each scan. The alarms were sent with a delay totally unrelated to what they were set to.
After further research I found the cause of my problem : targeting an API higher than 19 -> Google's documentation.
I did an ugly workaround using Google's suggested solution (using a single time alarm, which is set again each time the alarm goes off) but nothing nice enough for a pull request. I though you would like to be aware of that problem.