Android:有没有办法创建隐藏文件夹和隐藏文件?
我是一名 Android 开发新手。我需要知道是否有办法以编程方式在 android 中创建隐藏文件夹和隐藏文件。必须有一种方法可以在 SD 卡中创建隐藏文件夹。但我不知道怎么办?任何帮助表示赞赏。谢谢。
I am a newbie android developer. I need to know if there is a way to create hidden folders and hidden files in android programatically. There must be a way to create hidden folders in sdcard. But I don't know how? Any help is appreciated. Thanks.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我不使用 Android
(阅读:这个答案可能完全错误)。但是...由于 Android 具有 *IX 根目录,因此任何以句点 ('.') 开头的文件(或目录)都应该被隐藏。但请注意,这只是一种约定(以防止在某些默认条件下列出文件),并且不会为文件添加任何隐私或安全性。
快乐编码。
I don't use Android
(Read: this answer may be entirely wrong). However...Since Android has *IX roots, then any file (or directory) beginning with a period ('.') should be hidden. Be warned, however, that this is merely a convention (to prevent the files from being listed in certain default conditions) and does not add any privacy or security to the files.
Happy coding.