Re: [android-developers] How to get picture path from camera capture, the known method is not working for all devices???

2011-12-29 Thread Mukesh Srivastav
I had a bad experience with the camera application, though i have successfully do it. The problem here most of the device htc returns the uri where as in samsung and nextil it was returning the intent data. it all about adding conditions and all. Warm Regards, *Mukesh Kumar*, Android

[android-developers] How to get picture path from camera capture, the known method is not working for all devices???

2011-12-29 Thread Lidia
Hello developers, Does anyone knows a smart/short solution for the following situation? I used the following code to get the path for just created photo with camera capture. startActivityForResult( new Intent( android.provider.MediaStore.ACTION_IMAGE_CAPTURE),