Declare the holder service in AndroidManifest.xml
Without it the IsolateHolderService won't start. See issue https://github.com/JulianAssmann/flutter_background/issues/69
Perhaps the reasoning behind this change was that users should declare the service in the application's AndroidManifest.xml, but this has not been communicated in the README.
Or would you prefer that in this PR, instead of modifying the AndroidManifest.xml of this plugin, change the README to instruct the user to add the service section to their own AndroidManifest.xml?
does this fix issue on new version
What is the outcome of this change?
Superseded by https://github.com/JulianAssmann/flutter_background/pull/80
Superseded by https://github.com/JulianAssmann/flutter_background/pull/80
I agree, I'm closing this one