Open lineinthesand opened 3 weeks ago
This crash happens because Android 12+ does not allow to start a foreground service from the background, see: https://stackoverflow.com/a/77359307 The solution seems to be not to go into background in the first place, see: https://stackoverflow.com/a/75296605
@adrian-bl Would you mind making a small F-Droid release with this fix?
This crash happens because Android 12+ does not allow to start a foreground service from the background, see: https://stackoverflow.com/a/77359307 The solution seems to be not to go into background in the first place, see: https://stackoverflow.com/a/75296605