Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想在 android 中制作一个应用程序,它可以隐藏我选择的文件是来自 Sdcard 的文件夹。您的建议将不胜感激。谢谢!
在 Android 文件系统(UNIX基于)中,您可以在文件或文件夹名称前加上句点,它对标准文件浏览器是不可见的(尽管不是不可找到的)。例如,文件.hidden将被隐藏,而visible用户可以看到。
UNIX
.hidden
visible