最佳答案
这将打开Gallery(而不是选择器).在Galacxy S上测试Android 2.3.3
原文链接:https://www.f2er.com/android/430468.htmlIntent intent = new Intent(Intent.ACTION_VIEW,android.provider.MediaStore.Images.Media.EXTERNAL_CONTENT_URI);
startActivityForResult(intent,0);