Hi I'm using this to open up the native android camera application
Intent camera = new Intent(MediaStore.ACTION_IMAGE_CAPTURE);
this.startActivityForResult(camera, PHOTO);
When the device is connected to the computer I get "Please insert sd card before using the camera"
If it isn't connected it is fine.
Any ideas?
I figured it out. From the drag down menu you can tell your usb to only charge and that solves the issue