Closed LiliWeiSE closed 6 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.
Thanks for suggesting. It will be reviewed
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.