update
This commit is contained in:
@@ -86,10 +86,7 @@ public class FileUtils {
|
||||
* @return
|
||||
*/
|
||||
public static File getExternalFileDir(Context context) {
|
||||
File fileDir = context.getExternalFilesDir(null);
|
||||
if (fileDir == null) {
|
||||
fileDir = context.getFilesDir();
|
||||
}
|
||||
File fileDir = context.getFilesDir();
|
||||
return fileDir;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user