Android MediaStore insertVideo
Posted
by Robert
on Stack Overflow
See other posts from Stack Overflow
or by Robert
Published on 2010-01-22T00:47:47Z
Indexed on
2010/04/30
17:47 UTC
Read the original article
Hit count: 374
So our app has the option to take either a picture or a video. If the user takes a picture, we can use the MediaStore.Images.Media.insertImage function to add the new image (via a filepath) to the phone's gallery and generate a content:// style URI. Is there a similar process for a captured video, given that we only have it's filepath?
© Stack Overflow or respective owner