version:2.8
fix:优化接口,重启不再限制请求 update:
This commit is contained in:
@@ -61,8 +61,8 @@ android {
|
|||||||
//新平台正式
|
//新平台正式
|
||||||
newly {
|
newly {
|
||||||
flavorDimensions "default"
|
flavorDimensions "default"
|
||||||
versionCode 18
|
versionCode 19
|
||||||
versionName "2.7"
|
versionName "2.8"
|
||||||
/*********************************极光推送************************************/
|
/*********************************极光推送************************************/
|
||||||
manifestPlaceholders = [
|
manifestPlaceholders = [
|
||||||
XG_ACCESS_ID : "1500026372",
|
XG_ACCESS_ID : "1500026372",
|
||||||
|
|||||||
@@ -388,7 +388,7 @@ public class BaseApplication extends MultiDexApplication {
|
|||||||
|
|
||||||
public static void setJpushTags() {
|
public static void setJpushTags() {
|
||||||
Log.e(TAG, "30s后重新设置tags");
|
Log.e(TAG, "30s后重新设置tags");
|
||||||
HTTPInterface.setPushTags(context);
|
// HTTPInterface.setPushTags(context);
|
||||||
}
|
}
|
||||||
|
|
||||||
private static OnAliasResult onAliasResult;
|
private static OnAliasResult onAliasResult;
|
||||||
|
|||||||
@@ -269,9 +269,9 @@ public class MainService extends Service implements MainSContact.MainView, Netwo
|
|||||||
if (oldVersionCode < BuildConfig.VERSION_CODE) {
|
if (oldVersionCode < BuildConfig.VERSION_CODE) {
|
||||||
Log.e(TAG, "onCreate: " + "upgrade successful");
|
Log.e(TAG, "onCreate: " + "upgrade successful");
|
||||||
} else {
|
} else {
|
||||||
if (ConnectManager.getInstance().isRebootFistConnect()) {
|
// if (ConnectManager.getInstance().isRebootFistConnect()) {
|
||||||
start.onstar(ConnectManager.REBOOT_LAST_ONNECT_TIME);
|
start.onstar(ConnectManager.REBOOT_LAST_ONNECT_TIME);
|
||||||
}
|
// }
|
||||||
}
|
}
|
||||||
SPUtils.put(this, CommonConfig.SN_VERSIONCODE, BuildConfig.VERSION_CODE);
|
SPUtils.put(this, CommonConfig.SN_VERSIONCODE, BuildConfig.VERSION_CODE);
|
||||||
registerReceivers();
|
registerReceivers();
|
||||||
|
|||||||
Reference in New Issue
Block a user