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!
[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!
