目前在学习安卓,想要实现点击按钮进行拍照,请问怎么实现我是安卓初学者,麻烦能把详细代码提供给我,感激不尽
Intent intent = new Intent(MediaStore.ACTION_IMAGE_CAPTURE);startActivityForResult(intent)