I am building an application in android where users can download remote files and save them to the external storage downloads directory. It works well and I am able to view files through Es File Explorer and other file explorer tools. But those files are not appearing in Downloads App in my Nexus 4 device. Please note that I am not using DownloadManager, instead I am creating HttpUrlConnection to remote server and downloading files.
Can anybody please tell me how to make the downloaded files appear in Downloads App without using DownloadManager?