-1

I'm using DownloadManager to download a file my app needs to the /Android/data/com.example.myapp folder. After successful download, the file is listed in the Downloads app list, which I don't want. Anyway to prevent this?

mraviator
  • 4,034
  • 9
  • 38
  • 51

1 Answers1

1

Actually, it is possible to hide the download from the Download app:

Hide downloads from download manager android

Community
  • 1
  • 1
mraviator
  • 4,034
  • 9
  • 38
  • 51