Description of changes:
Starting on API 34, foreground services must supply a foreground service type. Our service type is data sync, which corresponds to a service that uploads or downloads data.
In addition to supplying this type in code, customers must make some changes to their application manifest:
Issue #, if available:
3617
Description of changes: Starting on API 34, foreground services must supply a foreground service type. Our service type is
data sync
, which corresponds to a service that uploads or downloads data.In addition to supplying this type in code, customers must make some changes to their application manifest:
The manifest should look something like this:
A corresponding docs PR is here.
By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.