What is the best way for pick a video in Android
问题 I got a perfect Intent.ACTION_PICK with my picture. startActivityForResult(new Intent(Intent.ACTION_PICK, android.provider.MediaStore.Images.Media.INTERNAL_CONTENT_URI), SELECT_IMAGE); But it doesn't work with video. When i click on a video of my list, it play the vidoe instead of send me back. startActivityForResult(new Intent(Intent.ACTION_PICK, android.provider.MediaStore.Video.Media.INTERNAL_CONTENT_URI), SELECT_VIDEO); An idea ? 回答1: You want to use Intent.ACTION_GET_CONTENT and specify