Change Camera settings from another App's Activity
问题 I have an Android app that calls the native camera app to take a picture and returns the image for further manipulation. My problem, is that I run into memory leaks if the camera is set to 2(+) megapixels. Ideally, I want it set to the lowest (VGA) since image quality is not a concern with this app. Is there a way from my app to change the settings of the native device's camera app? Here is the code I am using: Intent intent = new Intent(MediaStore.ACTION_IMAGE_CAPTURE); mImageCaptureUri =