79300444

Date: 2024-12-22 03:59:57
Score: 3
Natty:
Report link

This should help;

If you app is not a clock or an alarm, you may not be allowed to use in your manifest. To handle the PlatformException you can using this androidScheduleMode: AndroidScheduleMode.inexactAllowWhileIdle, instead of androidScheduleMode: AndroidScheduleMode.exactAllowWhileIdle

https://stackoverflow.com/a/78552200/3368257

Reasons:
  • Blacklisted phrase (1): stackoverflow
  • Low length (0.5):
  • No code block (0.5):
  • Low reputation (1):
Posted by: user3368257