coomar2841 / android-multipicker-library

Android Multipicker Library
Apache License 2.0
438 stars 107 forks source link

FileUtils.getExternalFilesDir WRITE_EXTERNAL_PERMISSION #183

Open xdeop opened 3 years ago

xdeop commented 3 years ago

FileUtils.getExternalFilesDir shouldn't require the WRITE_EXTERNAL_PERMISSION as this permissions is not needed for Context.getExternalFilesDir

https://developer.android.com/reference/android/content/Context#getExternalFilesDir(java.lang.String)

It should match the current implementation of FileUtils.getExternalCacheDir(getContext());