Open Shusshu opened 8 years ago
FileUtils getDirectory
new File(getContext().getCacheDir(), foldername);
instead of
new File(Environment.getExternalStorageDirectory().getAbsolutePath() + File.separator + foldername);
FileUtils getDirectory
instead of