gpt4 book ai didi

android - 如何仅过滤 android Gallery 中的图像和视频?

转载 作者:塔克拉玛干 更新时间:2023-11-02 20:17:49 25 4
gpt4 key购买 nike

如何在 android Gallery 中只过滤图片和视频?

例如:

    intent.setType("image/*");   //returns only images
intent.setType("video/*"); //returns only videos
intent.setType("*/*"); //returns all videos,images, audios,contacts,etc..

我只想要图片和视频。我怎样才能做到这一点?

最佳答案

intent.setType("video/*, images/*");

关于android - 如何仅过滤 android Gallery 中的图像和视频?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/8516125/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com