Re: [android-developers] is there a way to access the system camera?

2010-09-10 Thread Taylor Perkins
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 wrote: > hi all, > > i saw some app

[android-developers] is there a way to access the system camera?

2010-09-09 Thread dadada
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 subscrib