摘要: 1、Intent intent = new Intent(Intent.ACTION_GET_CONTENT); intent.setType("image/*"); intent.putExtra("crop", true); in... 阅读全文
posted @ 2014-05-23 08:36 行云有影 阅读(381) 评论(0) 推荐(0)