Commit d1fffb47 by Dustin

Add audio to picker.

parent 89d10451
......@@ -238,7 +238,7 @@ public class SampleChooserActivity extends AppCompatActivity
if (!mediaItems.isEmpty()) {
final MediaItem mediaItem = mediaItems.get(0);
if (mediaItem.localConfiguration != null && USER_CONTENT.equals(mediaItem.localConfiguration.uri)) {
openDocumentLauncher.launch(new String[]{"video/*"});
openDocumentLauncher.launch(new String[]{"video/*","audio/*"});
return true;
}
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment