Handle installation requests from DownloadService

This is needed to protect the instantiation of DownloadController,
which will be done with a follow-up change.
This commit is contained in:
Gabriele M
2017-07-03 16:08:33 +02:00
parent dc95edbf80
commit dcbcc759d2
3 changed files with 16 additions and 60 deletions
-1
View File
@@ -28,7 +28,6 @@
<service android:name=".DownloadService" />
<receiver android:name=".UpdaterBroadcastReceiver" android:exported="false" />
<receiver android:name=".UpdatesCheckReceiver">
<intent-filter>
<action android:name="android.intent.action.BOOT_COMPLETED"/>