鏡像自
https://github.com/MinimalBible/MinimalBible-Legacy
已同步 2025-07-11 18:54:48 -04:00
11 行
328 B
Java
11 行
328 B
Java
package org.bspeice.minimalbible;
|
|
|
|
public class MinimalBibleConstants {
|
|
|
|
public static final String DOWNLOAD_PREFS_FILE = "DOWNLOADER_PREFERENCES";
|
|
|
|
public static final String KEY_DOWNLOAD_ENABLED = "HAS_ENABLED_DOWNLOAD";
|
|
public static final String KEY_PERM_DISABLE_DOWNLOAD = "PERMANENTLY_DISABLE_DOWNLOAD";
|
|
|
|
}
|