获取Android中Gallery文件夹的路径
我知道如何以编程方式获取图库图像(一张一张)。
既然画廊是按文件夹组织的,
有没有办法在画廊视图中选择并获取文件夹的路径...
I know how to programatically get a gallery image (one by one).
Now that the gallery is organised folderwise
Is there a way to select and get the path of a folder in the gallery view...
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
通过此方法您可以获取设备的
Gallery
路径:With this method you can get the path of the
Gallery
of your device:您可以在此处获取路径,但 MediaScanner 会找到 SDCARD 上的每个文件夹有照片。
You can get path here but MediaScanner will find every folder on SDCARD with photos.