1、统一下载逻辑,下一步准备移动到通用类库
2、修复viewimageactivity npe
This commit is contained in:
@ -2,19 +2,9 @@ package com.gh.common.constant;
|
||||
|
||||
public class Constants {
|
||||
|
||||
public static final int CONTINUE_DOWNLOAD_TASK = 0x123;
|
||||
public static final int PAUSE_DOWNLOAD_TASK = 0x124;
|
||||
public static final int DOWNLOAD_ROLL = 0x125;
|
||||
public static final int SEND_NEWS_FEEDBACK = 0x126;
|
||||
public static final int SEND_COMMENT_FEEDBACK = 0x127;
|
||||
|
||||
public static final String KEY_DOWNLOAD_ENTRY = "key_download_entry";
|
||||
public static final String KEY_DOWNLOAD_ACTION = "key_download_action";
|
||||
|
||||
public static final int MAX_DOWNLOAD_THREAD_SIZE = 3;
|
||||
public static final int MAX_DOWNLOADING_SIZE = 3;
|
||||
public static final long SPEED_CHECK_INTERVAL = 1000;//速度监测频率
|
||||
|
||||
//手机号码匹配规则
|
||||
public static final String REGEX_MOBILE = "^((13[0-9])|(15[^4,\\D])|(18[0,5-9]))\\d{8}$";
|
||||
public static final String REGEX_ACCOUNT = "^[a-zA-Z_]\\w{5,17}$";
|
||||
|
||||
Reference in New Issue
Block a user