Hit*_*rth 10 android image-uploading android-gallery
我正在使用一个应用程序,它具有一个功能,可以从内置的android中选择多个图像Gallery/Camera.
使用以下代码成功打开图库.
Intent intent = new Intent();
intent.setType("image/*");
intent.setAction(Intent.ACTION_GET_CONTENT);
startActivityForResult(Intent.createChooser(intent,"Select Picture"), SELECT_PICTURE);
Run Code Online (Sandbox Code Playgroud)
但我只能从图库中选择一个图像.所以请建议我如何从内置的库中选择多个图像.
提前致谢 !!!
| 归档时间: |
|
| 查看次数: |
35413 次 |
| 最近记录: |