• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

Apps Detect if camera is launched

jjsmith84

Lurker
I'm creating an app that launches the video camera using the following code...

[HIGH] Intent intent = new Intent("android.media.action.VIDEO_CAMERA");
startActivityForResult(intent, 1);[/HIGH]

I only want to launch this if the video camera is not open. I've run into the issue of having multiple video camera screens open.

Thanks!
 
Hey jjsmith,

I have moved your thread into the Application Development forum since it seems you are trying to create an application here.

Hope this helps :)
 
Back
Top Bottom