android - Taking multiple photos using MediaStore.INTENT_ACTION_STILL_IMAGE_CAMERA -


i interested capture multiple images once camera open through intent mediastore.intent_action_still_image_camera.

i’ve found answer similar problem (how take multiple photos before dismissing camera intent? ) solution use contentobserver.

i understand have register contentobserver on mediastore content provider , query media store retrieve information newly added photos application.

is there way designate taken photos relate application? maybe passing parameter intent such extra_media_album ?

thanks in advance.


Comments

Popular posts from this blog

linux - xterm copying to CLIPBOARD using copy-selection causes automatic updating of CLIPBOARD upon mouse selection -

c++ - qgraphicsview horizontal scrolling always has a vertical delta -