How to get path of a captured image in android
问题 I am working on an android application. It has a functionality that captured image should display on screen and I need to get that image path, so that I can send that image to server. I am able to display image on screen, but unable to get absolute image path. I am getting path like: content://media/external/images/media/1220 content://media/external/images/media/1221 How can I get actual image path? Here is my code: mintent = new Intent(android.provider.MediaStore.ACTION_IMAGE_CAPTURE);