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:
thanks!
i capture both image , video using below code.
intent intent = new intent(mediastore.intent_action_still_image_camera);
Comments
Post a Comment