fishwjy / MultiType-FilePicker

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

Fixed crash issue due to WRITE_EXTERNAL_STORAGE permission. #52

Open prashantpatel-git opened 5 years ago

prashantpatel-git commented 5 years ago

A fix for issue #50 . Requested android.permission.WRITE_EXTERNAL_STORAGE permission along with android.permission.READ_EXTERNAL_STORAGE in BaseActivity, to prevent the crash, in devices running Android 7 and up while picking image through camera option.

Baktiyar2018 commented 5 years ago

also Android 9