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:
@@ -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"/>
|
||||
|
||||
Reference in New Issue
Block a user