Skip to content

Add foregroundServiceType to all services in AndroidManifest.xml

grant requested to merge fix/foreground-service into release-v2.1

This MR fixes #159 (closed) and should fix #160 (closed), by adding the foregroundServiceType to the relevant services in the AndroidManifest.xml. It should also fix possible issue with the CustomTabsService and the AutofillService, though I'm not sure how these are actually used, so I'm not sure how to reproduce these.

@TaslimOseni can you review and test my changes on different versions of Android, I just went ahead and applied this fix because we should release this in a patch as soon as possible.

Merge request reports