Ali use cacheDir
This commit is contained in:
parent
565964497d
commit
3b43449fa2
|
|
@ -12,7 +12,7 @@ import java.io.InputStreamReader;
|
||||||
public class FileUtil {
|
public class FileUtil {
|
||||||
|
|
||||||
public static File getCacheDir() {
|
public static File getCacheDir() {
|
||||||
return Init.context().getExternalCacheDir();
|
return Init.context().getCacheDir();
|
||||||
}
|
}
|
||||||
|
|
||||||
public static File getCacheFile(String fileName) {
|
public static File getCacheFile(String fileName) {
|
||||||
|
|
|
||||||
Binary file not shown.
|
|
@ -1 +1 @@
|
||||||
2e8d8350cbd61c554c03b378dacabe08
|
945ad30d5255359385ba59b8fb061bb7
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue