Android get full size image from camera
I am developing an Android App which uploads an image from the camera or from the device photo gallery to remote site. The latter I have working fine, I can select and upload. However, I am have trouble taking a full size image and uploading. This is my code: // From onCreate Intent cameraIntent = new Intent(android.provider.MediaStore.ACTION_IMAGE_CAPTURE); startActivityForResult(cameraIntent, CAMERA_PIC_REQUEST); I have a method to handle the Activity result. This both handles selecting from the gallery and from the camera: public void onActivityResult(int requestCode, int resultCode, Intent