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

标签 android filtering

如何在 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/

相关文章:

android - 将我的 Android 设备与 Visual Studio 2015 RC 连接

android - 向 EditText 添加标题或描述

Android:如何判断服务何时完成

android - 完整文件不会在 Retrofit2 上上传

python - 在广泛的 Scrapy Web 爬虫中只允许内部链接

json - 如何从 Google Maps API 地理编码结果中过滤掉虚构的位置(例如 "under a rock"、 "hiding")?

android - 如何在 android 中为底部导航栏设置顶部边框,如图所示

c# - DDD : Trying to code sorting and filtering as it pertains to Poco, 使用 C# 的存储库、DTO 和 DAO?

java - AutoCompleteTextView 不响应对其 ArrayAdapter 的更改

ant - 在 ANT 'copy' 任务中禁用包括嵌套 <filterset> 元素的过滤