genious7 / FanFictionReader

An android app that improves browsing Fan Fiction stories on a mobile device
GNU General Public License v3.0
56 stars 24 forks source link

Made Library downloader use foregroundSerivce #60

Closed Codical closed 4 years ago

Codical commented 4 years ago

Fix regression where newer versions of android would kill the librarydownloader when the app wasn't in the foreground. This was fixed by making the librarydownloader service a foreground service so it would n't try kill the service so often to reclaim system resources.