update:2020.05.28

fix:去掉应用安装权限申请
add:升级apk覆盖安装推送和接口
This commit is contained in:
2020-05-28 18:30:58 +08:00
parent a1b5f7e510
commit a6dfb4646e
8 changed files with 235 additions and 66 deletions

View File

@@ -197,4 +197,6 @@ public class Configure {
public static final String SET_APPINSIDEWEB = HTTP_TAG_HEAD_NEW + "Appground";
//浏览器黑白名单地址
public static final String SET_BROWSER_LIST = HTTP_TAG_HEAD_NEW + "browser";
public static final String SEND_APP_USAGE = HTTP_TAG_HEAD_NEW + "firmware/index";
}