Android:有没有办法创建隐藏文件夹和隐藏文件?

发布于 2024-11-04 14:14:46 字数 109 浏览 0 评论 0原文

我是一名 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

何处潇湘 2024-11-11 14:14:47

我不使用 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.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文