我使用这种方式调用的系统摄像头,如何能让他自动聚焦呢?Intent intent = new Intent(MediaStore.ACTION_IMAGE_CAPTURE);intent.putExtra(MediaStore.EXTRA_OUTPUT, photoURI);startActivityForResult(intent, 1001);
http://www.jb51.net/article/96804.htm