I\'m trying to take a photo using the android camera and telling it to save to the phone\'s gallery. I think i messed up on the path, but i can\'t seem to find my error. Cou
This will work in all android versions used in on activity result of camera capture
MediaScannerConnection.scanFile(this, new String[]{file.getPath()}, new String[]{"image/jpeg"}, null);