I'm trying to take picture with ACTION_IMAGE_CAPTURE and to retreive URI of that image:
Intent intent = new Intent(MediaStore.ACTION_IMAGE_CAPTURE); startActivityForResult(intent, CAPTURE_IMAGE); and in onActivityResult() I'm trying to get Uri with data.getData(); This method is working great on emulator and on my HTC but it's not working with Samsung devices when image is saved in internal storage by cam app. Is there any way to get image when there is not external storage? -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from this group, send email to android-developers+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/android-developers?hl=en