easy-csv icon indicating copy to clipboard operation
easy-csv copied to clipboard

Environment.getExternalStorageDirectory() deprecated

Open nikolacrnicrni opened this issue 2 years ago • 0 comments

Not working on android 10 or newer. Use getExternalFilesDir(), getExternalCacheDir(), or getExternalMediaDirs() (methods on Context) instead of Environment.getExternalStorageDirectory() in source file.

nikolacrnicrni avatar Sep 17 '21 04:09 nikolacrnicrni