thank you that what i wanted. Thanks Taylor.

On Sep 11, 1:13 am, Taylor Perkins <taylo...@gmail.com> wrote:
> Check out the intents that allow you to access system function.
>
> I think the one you are talking about is the following:
>
> Intent intent = new Intent(MediaStore.ACTION_IMAGE_CAPTURE);
>
> startActivityForResult(intent,0);
>
>
>
> On Thu, Sep 9, 2010 at 12:46, dadada <ytbr...@gmail.com> wrote:
> > hi all,
>
> > i saw some application that can use the "system" camera instead of
> > having just a blank camera preview?
>
> > ie, the camera preview is the same as the default android camera
> > application with full control.
>
> > how do i access that?
>
> > Thank you.
>
> > --
> > 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<android-developers%2Bunsubs 
> > cr...@googlegroups.com>
> > 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 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