package com.qiwenge.android.constant; /** * Constants */ public class Constants { public static boolean DEBUG = true; public static boolean DISABLE_UPDATE = false; /** * 平台,为多渠道发布。 */ public static final String PLATFORM = Platform.COMMON; public static String OEPN_UD_ID = ""; /** * 是否开启智能阅读模式。 */ public static boolean openAutoReading = false; /** * 在SharedPreferences中保存设置通用的Name。 */ public static final String PRE_SAVE_NAME = "com.qiwenge.android.PRE"; public static int HEIGHT = 0; public static int WIDTH = 0; public static final int DEFAULT_PAGE_SIZE = 20; /** * 默认字体大小 */ public static final int DEFAULT_TEXT_SIZE = 20; /** * 最小字体大小 */ public static final int MIN_TEXT_SIZE = 16; /** * 版本更新下载Id。 */ public static long UPDATE_DOWNLOAD_ID = 0; /** * status_code未注册 */ public static final int STATUS_CODE_UN_REG = 404; }