Closed virxkane closed 3 years ago
Cloud sync service has been remade to a bound service. This avoids the exceptions of the ContextWrapper.startService() function: https://developer.android.com/reference/android/content/ContextWrapper#startService(android.content.Intent) For example, beginning from Android O (API 26) not allowed to start background services from the background.
Cloud sync service has been remade to a bound service. This avoids the exceptions of the ContextWrapper.startService() function: https://developer.android.com/reference/android/content/ContextWrapper#startService(android.content.Intent) For example, beginning from Android O (API 26) not allowed to start background services from the background.