Remove local broadcast receiver to prevent race conditions (#1123)

* Remove local broadcast receiver to prevent run exceptions.
Added option to set tile for extension update.
This commit is contained in:
Bram van de Kerkhof
2017-12-11 20:01:28 +01:00
committed by GitHub
parent 6a63ce992a
commit 8994b42760
13 changed files with 215 additions and 317 deletions

View File

@@ -86,7 +86,7 @@
android:exported="false" />
<service
android:name=".data.updater.UpdateDownloaderService"
android:name=".data.updater.UpdaterService"
android:exported="false" />
<service