Thursday, June 16, 2011

[android-developers] Re: Camera bitmap too small

Hi!

If you are using the same intent and if you dont specify any new place
to save the pictures, they will be automatically saved by default in
the same place that the camera usually uses and they will appear
automatically in the gallery app, so you dont need to do anything
special. About the permissions, to use the camera you need this: <uses-
permission android:name="android.permission.CAMERA" />, and I think
that's all. Let me know if you have any problem.

On Jun 15, 7:08 pm, J Handal <jhand...@gmail.com> wrote:
>  Hi Fina,
>
> 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);
>
> Something to with permissions?
>
> THX

--
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+unsubscribe@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

No comments:

Post a Comment