摘要: //选择图片 requestCode 返回的标识Intent intent = new Intent(Intent.ACTION_GET_CONTENT); //"android.intent.action.GET_CONTENT"intent.setType(contentType); //查看类型 String IMAGE_UNSPECIFIED = "image/*";Intent wrapperIntent = Intent.createChooser(intent, null);((Activity) context).startActivit 阅读全文
posted @ 2013-08-10 10:17 最後的輕語 阅读(487) 评论(0) 推荐(0) 编辑