Pictures taken from camera need not return a URI everytime, unlike videos taken from camera. If your purpose is to get the bitmap file from the data intent, just make a temporary bitmap file and extract the data of the intent to the file. That could possibly make duplicate files on your device, so make sure you delete the temporary bitmap file afterwards.
On Mon, Jan 2, 2012 at 8:21 PM, vandzi <[email protected]> wrote: > Did you solved it? I face the same problem.. > > On 29. Dec. 2011, 10:10 h., Lidia <[email protected]> wrote: > > Or, at least how to known which type of answer to expect? > > -- > You received this message because you are subscribed to the Google > Groups "Android Developers" group. > To post to this group, send email to [email protected] > To unsubscribe from this group, send email to > [email protected] > For more options, visit this group at > http://groups.google.com/group/android-developers?hl=en > -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

