You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
你好 File f = new File(ctx.getCacheDir(), "ACache"); 改为了File f = new File(ctx.getFilesDir(), cacheName);
是因为getFilesDir比起getCacheDir更不容易被系统自动清空? 用getFilesDir的话 是否有被系统回收的危险?
The text was updated successfully, but these errors were encountered:
你好 File f = new File(ctx.getCacheDir(), "ACache"); 改为了File f = new File(ctx.getFilesDir(), cacheName);
是因为getFilesDir比起getCacheDir更不容易被系统自动清空? 用getFilesDir的话 是否有被系统回收的危险?
The text was updated successfully, but these errors were encountered: