DownloadWorker: simplify & improve code [1/2]

TODO:
- Reduce notification frequency, create too many notifications resulting in notification actions being inaccesible.
- Its a bad practive to bombard system with notification redraws
This commit is contained in:
Rahul Patel
2025-02-27 04:09:21 +05:30
parent 3d8706da0b
commit 667017aec6
4 changed files with 161 additions and 75 deletions

View File

@@ -160,6 +160,11 @@
android:name=".data.receiver.InstallerStatusReceiver"
android:exported="false" />
<!-- Cancel Download Receiver-->
<receiver
android:name=".data.receiver.DownloadCancelReceiver"
android:exported="false" />
<!-- SessionInstaller (as device owner) -->
<receiver
android:name=".data.receiver.DeviceOwnerReceiver"