We store album art for t开发者_如何转开发racks on the SD card in its own directory for instance "sdcard/app/images/" however those images are showing up in the Gallery. How do we disable this?
Thanks in advance
Place a dummy (blank) file called .nomedia
in the your /sdcard/app/images directory. This should prevent it being included in media scans.
Not sure if it has an immediate effect. If not, try dismounting then mounting the SD card to trigger a fresh media scan.
精彩评论