android - Is there a way to get all the downloads posted to the DownloadManager -
the issue facing @ point of files downloaded via downloadmanager getting deleted. see other files getting deleted donwloadmanager @ same time. assumption other app deleting files that, app needs list of files downloaded via download manager.
i have checked api reference , downloadmanager.query() method gives download entries posted requesting app. there other way downloads posted download manager other app.
all download requests marked
request.setvisibleindownloadsui(false)
, don't show on downloads app.
at time of deletion, logs printed downloadmanager
4819 14535 v downloadmanager: deleting /storage/emulated/0/android/data/..... via provider delete
has else faced kind of issue?
device info: asus zenfone max (asus_z010d)
Comments
Post a Comment