how to hide images from android gallery
问题 One part of my current project is downloading images from URL then saving to SDCard. But the problem is all of saved images in sdcard is displayed in android gallery page. What I want is " I don't want all of my saved images in android gallery. " 回答1: Add ".nomedia" file. Did not work? Try the second option. Save your files to a folder that starts with ".", e.g., /sdcard/.myimages/ 回答2: You can create .nomedia file using this code: String NOMEDIA=".nomedia"; File Folder = new File(Environment