fishwjy / MultiType-FilePicker

This is a light Android file picker library.
Apache License 2.0
1.4k stars 248 forks source link

Set Mime Type and Compress #43

Open BareumSW opened 6 years ago

BareumSW commented 6 years ago
  1. Is it possible to set MIME type to pick files?
  2. Is it possible to compress the selected files?
hendrawd commented 5 years ago
  1. Based on MimeUtils. guessMimeTypeFromExtension(String extension) you can create your own implementation or copy paste the code to your project, so you can get the extension from MIME type and use that