UweTrottmann / SeriesGuide

Track your favorite TV shows and movies on Android devices.
https://seriesgui.de
Apache License 2.0
1.96k stars 400 forks source link

Check for SCHEDULE_EXACT_ALARM permission, somehow gracefully fall back #843

Closed UweTrottmann closed 1 year ago

UweTrottmann commented 2 years ago

App is crashing trying to schedule notification alarms due to users turning off the Alarms & Reminders permission.

https://developer.android.com/training/scheduling/alarms#exact-permission-check

Potential solution:

UweTrottmann commented 1 year ago

Instead of yet another UI bothering the user will leave as is after #859 User who disable this should know what they are doing.