So I m trying to allow the user to pick a particular piece of media with my Android Application using the method described here: Access pictures from Pictures app in my android app
它发挥了巨大作用,但我似乎只能选择视频或照片,向用户介绍,而不是同时介绍。 这样做有好办法:
startActivityForResult(new Intent(Intent.ACTION_PICK, android.provider.MediaStore.Images.Media.INTERNAL_CONTENT_URI), SELECT_IMAGE);
感谢!