Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Android 14] Foreground service type #21039

Closed
nbradbury opened this issue Jul 9, 2024 · 2 comments
Closed

[Android 14] Foreground service type #21039

nbradbury opened this issue Jul 9, 2024 · 2 comments
Assignees

Comments

@nbradbury
Copy link
Contributor

nbradbury commented Jul 9, 2024

In order to update to Android 14, we need to use a foreground service type with foreground-facing services.

Some work on this has already been done to set the foreground type for UploadService and MediaDeleteService, but we need to include SiteCreationService and LoginWpcomService.

Also, on Upside Down Cake and above we need to call ServiceCompat.startService with a foreground service type. From a quick glance at our code, we may only need to be concerned about that for UploadService (if at all).

@nbradbury nbradbury self-assigned this Jul 9, 2024
@dangermattic
Copy link
Collaborator

Thanks for reporting! 👍

@nbradbury
Copy link
Contributor Author

Closed via #21047

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants