增加酷比mdm,修改推送标签,卸载预装apk,隐藏电子邮件

This commit is contained in:
18682260825
2022-03-05 14:32:48 +08:00
parent f2b312c477
commit 5aac5e802b
10 changed files with 42 additions and 27 deletions

View File

@@ -630,7 +630,7 @@ public class HTTPInterface {
@Override
public void onNext(@NonNull BaseResponse baseResponse) {
Log.e("getAppLimit", "onNext: " + baseResponse);
JsonObject jsonObject = JsonParser.parseString(baseResponse.data.toString()).getAsJsonObject();
JsonObject jsonObject = JsonParser.parseString(new Gson().toJson(baseResponse.data)).getAsJsonObject();
if (baseResponse.code == 200) {
String data = jsonObject.get("result").getAsString();
//开机图标 只记录后台传的包名