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?
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?