Follow this thread:
I'm using t also he built-in camera app in my Xoom,tryng to store the picture in the App"Gallery" that comes by default. same intent : new Intent(android.provider.MediaStore.ACTION_IMAGE_CAPTURE); The reason that is not working is because of memory reasons, you only get a thumbnail unless you write it directly to disk (extra 1-2 lines of code). I dont have the code with me but I learned it from the book 'Pro Android Media' by Shawn Van Avery (hint its on google books) though I must advice you to buy the book if you are an Android developer, it is worth it. -- 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

