remove external cache option
This commit is contained in:
parent
ce4558eff1
commit
ffa0dffa26
3 changed files with 2 additions and 17 deletions
|
|
@ -83,7 +83,6 @@ public final class PreferenceUtil {
|
|||
public static final String REMEMBER_QUEUE = "remember_queue";
|
||||
|
||||
public static final String CACHE_SIZE = "cache_size";
|
||||
public static final String EXTERNAL_DIRECTORY = "external_directory";
|
||||
|
||||
private static PreferenceUtil sInstance;
|
||||
|
||||
|
|
@ -392,10 +391,6 @@ public final class PreferenceUtil {
|
|||
return Integer.parseInt(mPreferences.getString(CACHE_SIZE, "400000000"));
|
||||
}
|
||||
|
||||
public final boolean getExternalDirectory() {
|
||||
return mPreferences.getBoolean(EXTERNAL_DIRECTORY, false);
|
||||
}
|
||||
|
||||
public List<CategoryInfo> getCategories() {
|
||||
String data = mPreferences.getString(CATEGORIES, null);
|
||||
if (data != null) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue