You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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).
The text was updated successfully, but these errors were encountered:
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 callServiceCompat.startService
with a foreground service type. From a quick glance at our code, we may only need to be concerned about that forUploadService
(if at all).The text was updated successfully, but these errors were encountered: