增加酷比mdm,修改推送标签,卸载预装apk,隐藏电子邮件
This commit is contained in:
@@ -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();
|
||||
//开机图标 只记录后台传的包名
|
||||
|
||||
Reference in New Issue
Block a user