version:
update: fix: add:增加清除应用数据功能
This commit is contained in:
@@ -64,7 +64,7 @@ import rx.android.schedulers.AndroidSchedulers;
|
||||
import rx.schedulers.Schedulers;
|
||||
|
||||
public class ApkUtils {
|
||||
|
||||
private static String TAG = ApkUtils.class.getSimpleName();
|
||||
|
||||
public static synchronized boolean getRootAhth() {
|
||||
Process process = null;
|
||||
@@ -1071,10 +1071,9 @@ public class ApkUtils {
|
||||
}
|
||||
appList.add(uploadAppInfo);
|
||||
}
|
||||
// Log.e("mjsheng", "UploadAppInfo========" + appList.toString());
|
||||
Gson gson = new Gson();
|
||||
String jsonString = gson.toJson(appList);
|
||||
// Log.e("mjsheng", "json========" + jsonString);
|
||||
Log.e(TAG, "getAppInfo: " + jsonString);
|
||||
|
||||
UploadAppInfoApi uploadAppInfoApi = NetInterfaceManager.getUploadAppInfoApi();
|
||||
uploadAppInfoApi.getUploadAppInfoApi(NetInterfaceManager.HTTP_KEY, Utils.getSerial(), jsonString)
|
||||
|
||||
Reference in New Issue
Block a user