intiface / intiface-central

Intiface Central (Buttplug Frontend) Application for Desktop and Mobile
Other
129 stars 17 forks source link

Foreground Service fails to start on Android 14 #146

Open qdot opened 3 months ago

qdot commented 3 months ago

Android 14 requires a "foreground type" for starting new foreground services. As this is our first build using this SDK and I didn't want to hop forward 2 major versions on the FGS library, I left things as is, and now all Android 14 users crash. Oops.

sentry-io[bot] commented 3 months ago

Sentry Issue: INTIFACE-CENTRAL-AG

qdot commented 3 months ago

Ok, it's just this: https://github.com/Dev-hwang/flutter_foreground_task/issues/192