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
Post a Comment