So our app has the option to take either a picture or a video. If the user takes 开发者_StackOverflowa picture, we can use the MediaStore.Images.Media.insertImage function to add the new image (via a
So I\'m trying to allow the user to pick a particular piece of media with my Android Applicatio开发者_StackOverflow中文版n using the method described here: