Skip to content
This repository was archived by the owner on Oct 16, 2018. It is now read-only.
This repository was archived by the owner on Oct 16, 2018. It is now read-only.

AlarmManager.setRepeating() is inexact #1

@Karalix

Description

@Karalix

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions