摘要: 启动系统相册Intent i = new Intent( Intent.ACTION_PICK, android.provider.MediaStore.Images.Media.EXTERNAL_CONTENT_URI); startActivityForResult(i, R... 阅读全文
posted @ 2015-06-03 09:41 星耀1 阅读(100) 评论(0) 推荐(0) 编辑