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?
Tell me more
×
Facebook - Stack Overflow is a question and answer site for
facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community.
Facebook engineers participate here along with the best Facebook developers in the world.
If you have a technical question about Facebook, this is the best place to ask.
|
|
I'm also interested, could you find a solution? Edit: solution is RTFM. Based on the "Content Providers" chapter here is my code that worked:
|
||||
|
|
If your app is generating a new video and you simply want to give the MediaStore some metadata for it, you can build on this function:
|
|||
|
|
|
Here is an easy 'single file based solution': Whenever you add or remove a file, let MediaStore Content Provider knows about it using
Main advantage: work with any mime type supported by MediaStore |
|||
|
|
|
If my
It gives me exception :
|
||||
|
|
