【问题标题】:How can I filter only images and videos in the android Gallery?如何仅过滤 android Gallery 中的图像和视频?
【发布时间】:2012-01-20 21:57:25
【问题描述】:

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

例如:

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

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

【问题讨论】:

标签: android filtering


【解决方案1】:
intent.setType("video/*, images/*");

【讨论】:

  • 我什至尝试过,但并非所有设备都支持它,例如。在 Galaxy Ace 中,它说没有找到数据,在 HTC 中它只显示图像。
猜你喜欢
  • 2015-11-06
  • 1970-01-01
  • 2015-06-18
  • 1970-01-01
  • 1970-01-01
  • 2016-02-03
  • 1970-01-01
  • 1970-01-01
  • 1970-01-01
相关资源
最近更新 更多