in Education by
My code for download files and save them in the internal storage is: val downloadManager = context!!.getSystemService(Context.DOWNLOAD_SERVICE) as DownloadManager val request = DownloadManager.Request(uri) request.setTitle(filename) request.setDestinationInExternalPublicDir(FOLDER_NAME, File.separator + filename) ... It works fine and files are saved in the correct folder, but I would like to add my app's icon to that folder like Whatsapp or Snapchat do: Does anyone know how to do it? Maybe adding anything to .setDestinationInExternalPublicDir() ? JavaScript questions and answers, JavaScript questions pdf, JavaScript question bank, JavaScript questions and answers pdf, mcq on JavaScript pdf, JavaScript questions and solutions, JavaScript mcq Test , Interview JavaScript questions, JavaScript Questions for Interview, JavaScript MCQ (Multiple Choice Questions)

1 Answer

0 votes
by
That's not possible. It's is recognized by your filemanager. File manager like solid explorer has a database in its assets where there are entries for famous apps and their respective icons. Earlier I was also wondering. But unfortunately it's not a default feature.

Related questions

0 votes
    I am trying to develop a message app within my android app. The message will be like whatsapp and ... Questions for Interview, JavaScript MCQ (Multiple Choice Questions)...
asked Feb 12, 2022 in Education by JackTerrance
0 votes
    I am completely new with Android/Eclipse. I can't figure out how to add an image in the /res/ ... JavaScript Questions for Interview, JavaScript MCQ (Multiple Choice Questions)...
asked Feb 26, 2022 in Education by JackTerrance
0 votes
    I am completely new with Android/Eclipse. I can't figure out how to add an image in the /res/ ... JavaScript Questions for Interview, JavaScript MCQ (Multiple Choice Questions)...
asked Feb 26, 2022 in Education by JackTerrance
0 votes
    I want to put a settings icon to the right of a full-width button which when clicked opens an ... JavaScript Questions for Interview, JavaScript MCQ (Multiple Choice Questions)...
asked May 4, 2022 in Education by JackTerrance
0 votes
    How does one save a 'view' in thunderbird and then have that applied to other folders (nested and ... Questions for Interview, JavaScript MCQ (Multiple Choice Questions)...
asked Mar 2, 2022 in Education by JackTerrance
0 votes
    I followed the accepted answer here to alter the order of items in a foreign key select list in my ... Questions for Interview, JavaScript MCQ (Multiple Choice Questions)...
asked Feb 19, 2022 in Education by JackTerrance
0 votes
    I followed the accepted answer here to alter the order of items in a foreign key select list in my ... Questions for Interview, JavaScript MCQ (Multiple Choice Questions)...
asked Feb 18, 2022 in Education by JackTerrance
0 votes
    I have an android class which is encoding and decoding my text using a key but I want to create ... JavaScript Questions for Interview, JavaScript MCQ (Multiple Choice Questions)...
asked Apr 17, 2022 in Education by JackTerrance
0 votes
    I have this cypress test where Im checking for a correct billing date. Our website has monthly subscriptions ... Questions for Interview, JavaScript MCQ (Multiple Choice Questions)...
asked Apr 7, 2022 in Education by JackTerrance
0 votes
    Snapchat filters use _____ and _____ to enhance your selfie with flowers, cat ears etc. a) machine learning ... and computer vision Select the correct answer from above options...
asked Nov 12, 2021 in Education by JackTerrance
0 votes
    Click on the ________ tab to add chart details like titles, labels, legend etc. Design Layout Format Select the correct answer from above options...
asked Nov 26, 2021 in Education by JackTerrance
0 votes
    is a small storage device shaped like a small pen.(pendrive/CD) Select the correct answer from above options...
asked Dec 24, 2021 in Education by JackTerrance
0 votes
    Storage devices like tertiary storage, magnetic disk comes under (a) Volatile storage (b) Non-volatile ... Database Interview Questions and Answers for Freshers and Experience...
asked Oct 11, 2021 in Education by JackTerrance
0 votes
    I installed Anaconda3 4.4.0 (32 bit) on my Windows 7 Professional machine and imported NumPy and Pandas on Jupyter ... I make it work? Select the correct answer from above options...
asked Feb 1, 2022 in Education by JackTerrance
0 votes
    How can I delete a file or a folder in Python? Select the correct answer from above options...
asked Jan 21, 2022 in Education by JackTerrance
...