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 <[email protected]> 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 [email protected] > To unsubscribe from this group, send email to > [email protected]<android-developers%[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

