android: how to hide folder from appearing in the Gallery

三世轮回 提交于 2019-11-30 07:23:21

问题


I have an application that creates a folder in the sd-card. After that, I do several operations which may result in storing different media files, graphics in my folder. The problem is that this folder is then visible in the Gallery section which is not appropriate. How can I hide the folder or the contents of my folder from appearing in the Gallery?

Looking forward for a response Thanks


回答1:


Put a file named .nomedia in the folder. This can be a zero-byte file if you want -- the name is what matters.




回答2:


Go to My Files folder, then Pictures or create a folder and name it whatever you want. Go the newly created folder, add another folder again and name it .nomedia. Copy or move photos in the folder (not the .nomedia coz it won't show after creating it). Then you check in the gallery, and voila! Folder isn't shown!

PS: The pictures you have copied/moved can be viewed only in My Files folder, which is much safer.. ;) PPS: This works on my samsung galaxy win.

Hope I had helped a little Thanks.




回答3:


You will start the name of the folder with a period (.). Example: .asdhsj




回答4:


Just start the folder name with period (.), it can be any name, but needs to start with period. After that the folder and it's files don't appear in gallery anymore :)




回答5:


For people who are on android version 5.1.1 some of you cant do this but what you can do is change the extention of that file, for example image.png change ".png" to something like ".txt" or something that way it doesnt show up in your gallery




回答6:


Happily album covers has a solution.

Here is the solution ; Rename all album cover picture files to albumart.jpg

My detailed answer can be found here Stop images on sd card from showing up in gallery?



来源:https://stackoverflow.com/questions/6713850/android-how-to-hide-folder-from-appearing-in-the-gallery

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!