android-multipicker-library icon indicating copy to clipboard operation
android-multipicker-library copied to clipboard

FileUtils.getExternalFilesDir WRITE_EXTERNAL_PERMISSION

Open xdeop opened this issue 4 years ago • 0 comments

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());

xdeop avatar May 04 '21 11:05 xdeop