获取Android设备上的蓝牙存储文件夹

发布于 2024-11-09 15:55:17 字数 195 浏览 0 评论 0原文

我想在蓝牙文件夹中设置一个FileObserver。我的问题是这个文件夹根据设备的不同而不同,例如在 Galaxy S 中是“mnt/sdcard/bluetooth”,在 Desire 中是“mnt/sdcard/downloads/bluetooth”。有没有什么方法可以以编程方式获取该文件夹,以便能够独立于应用程序设备?

谢谢。

桑蒂。

I want to set a FileObserver in the bluetooth folder. My problem is that this folder is different depending on the device, for example in Galaxy S is "mnt/sdcard/bluetooth" and in the Desire is "mnt/sdcard/downloads/bluetooth". Is there any way to get programatically that folder to be able to do the application device independient?

Thanks.

Santi.

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

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

发布评论

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

评论(1

清醇 2024-11-16 15:55:18

检查这个方法: getExternalFilesDir(String type) 。并使用 DIRECTORY_DOWNLOADS 作为类型。

如果您在末尾添加“蓝牙”,您将获得蓝牙下载目录。

Check this method: getExternalFilesDir(String type). And use DIRECTORY_DOWNLOADS as type.

If you add "bluetooth" to the end you'll get the bluetooth download directory.

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