Stop images on sd card from showing up in gallery?

后端 未结 8 730
借酒劲吻你
借酒劲吻你 2020-12-28 19:35

I keep some png files on the user\'s sd card. Some users report that these images are showing up in their gallery application. Sounds like the gallery implementation on some

相关标签:
8条回答
  • You can easily create the folder in Windows using Powershell

    New-Item -path 'C:\Users\Google Drive\Pictures\.nomedia' -itemtype directory
    
    0 讨论(0)
  • 2020-12-28 20:23

    just keep the files in a folder and name the folder starting with a '.'

    for example:

    Pictures Videos .private--> will not be scanned for any media Eboks

    0 讨论(0)
提交回复
热议问题