Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
是否可以从应用程序打开特定的画廊相册?我在互联网上搜索过,但没有找到类似的东西。我发现了如何从特定专辑中获取图像的参考并在我自己的应用程序中显示它们。需要了解上述从应用程序打开画廊的可能性(但画廊的特定专辑不仅仅是画廊)
提前致谢!
您必须找到保存在 SD 卡上的特定专辑名称的 URI。像这样的东西可以帮助你
intent.setType("file:///sdcard/image/nameofyouralbum/*");
或者intent.setType("file:///sdcard/nameofyouralbum/*");
intent.setType("file:///sdcard/nameofyouralbum/*");