Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use alarmmanager.setExact() for timeout schedule in NotificationUtils… #471

Merged
merged 1 commit into from
Oct 30, 2017

Conversation

lemonboston
Copy link
Contributor

…. #468


Just a note, that I though about the possibility to improve the codes for setting up alarms with something like:

interface Alarm
{
      void set(Context context);
}

and have implementations to enable re-use, they would handle Android version routing, too,
but since this ticket required so little change, I though the refactor is not worth it at this point.

@dmfs dmfs merged commit 015c6d3 into master Oct 30, 2017
@dmfs dmfs deleted the bugs/468-inexact-alarm branch October 30, 2017 21:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants