buggins / coolreader

Official site of CoolReader project. Sourceforge repository is obsolete.
GNU General Public License v2.0
387 stars 101 forks source link

Cloud sync service has been remade to a bound service #314

Closed virxkane closed 3 years ago

virxkane commented 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.