我可以在 Nexus S 上使用 getExternalStorageDirectory() 引用位置吗?

发布于 2024-12-05 21:17:48 字数 220 浏览 2 评论 0原文

我正在开发基于开源包的软件,该软件使用外部存储来存档数据。我想要一台 Nexus S 来帮助我开发这个软件,但刚刚注意到它没有 SD 卡插槽!

我看到其他一些没有 SD 插槽的 Android 手机只有 /mnt/sdcard 目录,就好像有外部存储一样,但其他手机显然不提供此功能。

那么 Nexus S 是否可以模拟外部存储?或者这款手机会破解我的密码吗...?

非常感谢!

I'm developing software based on an open source package that uses external storage to archive data. I wanted to get a Nexus S to help me develop this software, but just noticed that it doesn't have an SD card slot!

I've seen that some other Android phones without SD slots just have a /mnt/sdcard directory as though there were external storage, but others apparently don't offer this feature.

So does the Nexus S emulate external storage? Or will this phone break my code...?

Thanks very much!

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(3

顾铮苏瑾 2024-12-12 21:17:48

您不应该遇到任何问题:

注意:不要对这里的“外部”一词感到困惑。这个目录
可以更好地将其视为媒体/共享存储。它是一个文件系统
可以容纳相对大量的数据,并且可以在多个系统之间共享
所有应用程序(不强制执行权限)。传统上这是
SD 卡,但它也可以作为内置存储来实现
设备与受保护的内部存储不同,并且可以
作为文件系统安装在计算机上。

来自 Environment.getExternalStorageDirectory() 文档

You should not get any problems:

Note: don't be confused by the word "external" here. This directory
can better be thought as media/shared storage. It is a filesystem that
can hold a relatively large amount of data and that is shared across
all applications (does not enforce permissions). Traditionally this is
an SD card, but it may also be implemented as built-in storage in a
device
that is distinct from the protected internal storage and can be
mounted as a filesystem on a computer.

From the Environment.getExternalStorageDirectory() documentation.

蘑菇王子 2024-12-12 21:17:48

到目前为止,我在使用 getExternalStorageDirectory() 的 Samsung Galaxy S 内部“SD”存储中的应用程序从未遇到过任何问题。这些手机是相同的,所以我相信您不会有任何问题。

So far i never experienced any problem with my apps at my Samsung Galaxy S internal "SD" like storage using the getExternalStorageDirectory(). The phones are identical so I believe you will not have any problems.

飘过的浮云 2024-12-12 21:17:48

是的,我有 Nexus S,我可以确认这有效。

Yes, I have a Nexus S and I can confirm that this works.

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