Closed emersion closed 3 months ago
Same goal as https://github.com/JulianAssmann/flutter_background/pull/83 (Android 14 compat), with these differences:
FOREGROUND_SERVICE_TYPE_MANIFEST
<service>
foregroundServiceType
Thanks for merging!
Thanks for your helpful PR, I wouldn't have had the time to look at Android 14 compatibility on my own.
Same goal as https://github.com/JulianAssmann/flutter_background/pull/83 (Android 14 compat), with these differences:
FOREGROUND_SERVICE_TYPE_MANIFEST
instead of any specific hardcoded value.<service>
with the properforegroundServiceType
.