网络存储内容提供商

发布于 2024-12-08 18:32:05 字数 243 浏览 1 评论 0原文

对于大多数 Android 设备,只有在设备获得 root 权限后才能安装 CIFS 或 NFS。 问题是,是否可以创建一个 Android 内容提供程序,提供来自网络存储 (Samba) 的图片和视频以及内部存储的 URI(即 MediaStore.Images.Thumbnails.EXTERNAL_CONTENT_URI,通常用于 SD 卡) )。

找不到该主题的任何解决方案 - 也许我已经监督了一个节目停止者?!

谢谢你的意见。

With most Android devices, mounting CIFS or NFS is only possible when the devices is rooted.
The question is, if it is possible to create a Android Content Provider which offers Pictures and Videos from the Network Storage (Samba) with the URIs as the internal storage does (i.e. MediaStore.Images.Thumbnails.EXTERNAL_CONTENT_URI which is usually used for SD Cards).

Couldn't find any solution to this topic - maybe I've overseen a show stopper?!

Thanks for your opinion.

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

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

发布评论

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

评论(1

暖心男生 2024-12-15 18:32:05

是的,大多数现有的文件管理器都是通过本地 http 来完成的。他们打开感兴趣的流,然后侦听特定端口上的 http 连接以向其提供该流。

Yes, most existing file manager are doing it through local http. They open the stream of interest, then listen for a http connection on a specific port to feed it with that stream.

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