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.

On Jun 20, 12:17 pm, J Handal <jhand...@gmail.com> wrote:
> Hi Fina,
>
> <uses-permission android:name="android.permission.CAMERA" />
>     <uses-permission
> android:name="android.permission.WRITE_EXTERNAL_STORAGE" />
>
> and
>
> new Intent(android.provider.MediaStore.ACTION_IMAGE_CAPTURE);
>
> But doesn't store the picture in the native App "Gallery"
>
> I'm using the Motorola Xoom and 3.0
>
> THX a lot .

-- 
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

Reply via email to