kun*_*hek -1 android android-gallery
我有一个问题,我想在aNDROID中从图库中选择图像和视频我使用了以下代码但不成功.
setType("*/*);setType("video/*");setType("image/*");setType("image/* , video/*");setType("image/* video/*"); Intent = new Intent(Intent.ACTION_PICK,android.provider.MediaStore.Images.Media.EXTERNAL_CONTENT_URI);
startActivityForResult(intent, 1);Intent i= new Intent(Intent.ACTION_PICK, android.provider.MediaStore.Images.Media.EXTERNAL_CONTENT_URI);
i.setType("*/*");
startActivityForResult(i, RESULT_LOAD_IMAGE);Intent photoPickerIntent = new Intent(Intent.ACTION_PICK);
photoPickerIntent.setType("image/*,video/*");
startActivityForResult(photoPickerIntent, SELECT_PHOTO);
Run Code Online (Sandbox Code Playgroud)
| 归档时间: |
|
| 查看次数: |
9234 次 |
| 最近记录: |