Android Intent for Capturing both Images and Videos? -


is there intent starting camera options capture both pictures , videos on android?

i've used both mediastore.action_video_capture , mediastore.action_image_capture capture either audio or video, can't find intent option switching between both of them, in example app:

enter image description here

thanks!

i capture both image , video using below code.

intent intent = new intent(mediastore.intent_action_still_image_camera);


Comments

Popular posts from this blog

jquery - How can I dynamically add a browser tab? -

keyboard - C++ GetAsyncKeyState alternative -

android - java.net.UnknownHostException(Unable to resolve host “URL”: No address associated with hostname) -