You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This application has a feature that register SessionAlarm for favorited sessions.
SessionAlarm uses AlarmManager.
Unfortunately, AlarmManager is cleared when a device shuts down.
Therefore, it seems to be necessary to re-register SessionAlarm as a trigger such as device reboot.
Thanks for reporting much time!We are helped!
I think it is important.
But 2017 app does not implement that. So, probably we can release without that.
If we implement that, Implement the bootcoplete broadcast receiver that starts service. That service get sessions by SessionRepository. And resister SessionAlarm.
Overview (Required)
This application has a feature that register SessionAlarm for favorited sessions.
SessionAlarm uses AlarmManager.
Unfortunately, AlarmManager is cleared when a device shuts down.
Therefore, it seems to be necessary to re-register SessionAlarm as a trigger such as device reboot.
Links
The text was updated successfully, but these errors were encountered: