I've used this module alot, but as of API 19 the AlarmManager.setRepeating isn't exact anymore, so I added some code to make it possible to use exact repeating notifications in API 19 and above.
This is done by adding some more info to the intent in createAlarmNotifyIntent() so the broadcast onReceive() method knowns if it has to create a new repeating notification or not. Maybe you can use this?
Hi Ben,
I've used this module alot, but as of API 19 the AlarmManager.setRepeating isn't exact anymore, so I added some code to make it possible to use exact repeating notifications in API 19 and above.
This is done by adding some more info to the intent in createAlarmNotifyIntent() so the broadcast onReceive() method knowns if it has to create a new repeating notification or not. Maybe you can use this?
Michiel