android-bloatware icon indicating copy to clipboard operation
android-bloatware copied to clipboard

com.android.providers.downloads.ui is an important view

Open MrHamidKhan opened this issue 5 years ago • 1 comments

com.android.providers.downloads.ui lists down the current downloads and manage the proper post-action strategy. Without a separate download-manager, a user would have issues if they delete it.

Source code: http://www.javased.com/index.php?source_dir=platform_packages_providers_downloadprovider/ui/src/com/android/providers/downloads/ui/DownloadList.java

MrHamidKhan avatar Oct 08 '18 15:10 MrHamidKhan

Yup, I was just bitten by this! Deleted that and suddenly a few things stopped working. E.g., restoring photos from Google Photos by saving them to the device (from the cloud) failed and crashed the app.

ferrolho avatar Sep 02 '23 08:09 ferrolho