摘要: Android中调用相机拍照获取图片可通过两种方法获得,首先都通过调用系统服务来开启相机 Intent intent = new Intent(MediaStore.ACTION_IMAGE_CAPTURE); startActivityForResult(intent,requestCode); 阅读全文
posted @ 2016-04-11 23:43 RunTheNight 阅读(348) 评论(0) 推荐(0) 编辑