Intent intent = new Intent(); intent.setType("image/*"); //通过type来让系统选择 视频video/* intent.setAction(Intent.ACTION_GET_CONTENT);
接收信息