Glucosio / glucosio-android

Glucosio Android App
GNU General Public License v3.0
338 stars 162 forks source link

Reboot the app could be delayed due to AlarmManager.set() #369

Closed LiliWeiSE closed 6 years ago

LiliWeiSE commented 7 years ago

Hi,

I found that AlarmManager.set() is used to reboot the app in BackupActivity. For your information, after API 19, the alarm set by this API may not be delivered at the exact time and could be delayed. (Doc)

Using setExact may avoid such delays.

raacker commented 7 years ago

Thanks for suggesting. It will be reviewed