From 2f7e9461424d815b3aaabe27a17eade8198b2bf4 Mon Sep 17 00:00:00 2001
From: lizhanwei <Dana_Lee1016@126.com>
Date: 星期五, 10 四月 2020 15:17:22 +0800
Subject: [PATCH] 修改0202(开始考试) 0203(评判消息) 0204(结束考试 平台协议(去掉身份证字段)
---
app/src/main/java/safeluck/drive/evaluation/app.java | 24 ------------------------
1 files changed, 0 insertions(+), 24 deletions(-)
diff --git a/app/src/main/java/safeluck/drive/evaluation/app.java b/app/src/main/java/safeluck/drive/evaluation/app.java
index f3ace57..dedd39a 100644
--- a/app/src/main/java/safeluck/drive/evaluation/app.java
+++ b/app/src/main/java/safeluck/drive/evaluation/app.java
@@ -35,53 +35,32 @@
import org.json.JSONException;
import org.json.JSONObject;
-import java.io.File;
-import java.io.IOException;
import java.util.Date;
import java.util.Random;
-import okhttp3.ResponseBody;
-import retrofit2.Call;
-import retrofit2.Callback;
-import retrofit2.Response;
import safeluck.drive.evaluation.DB.WorkRoomDataBase;
import safeluck.drive.evaluation.DB.appstatusdb.AppStatusWorker;
import safeluck.drive.evaluation.DB.criterias.CriteriaForI;
import safeluck.drive.evaluation.DB.criterias.CriteriaForIII;
-import safeluck.drive.evaluation.DB.exam_status.ExamStatusInitWorker;
import safeluck.drive.evaluation.DB.exam_status.ExamStatusOutWorker;
import safeluck.drive.evaluation.DB.exam_status.ExamStatusWoker;
import safeluck.drive.evaluation.DB.failitems.FailedProj;
-import safeluck.drive.evaluation.DB.failitems.FailedProjRepository;
-import safeluck.drive.evaluation.DB.failitems.FailedProj_select;
import safeluck.drive.evaluation.DB.failitems.LuKaoFailedProj;
import safeluck.drive.evaluation.DB.gps.GpsInfoWorker;
import safeluck.drive.evaluation.DB.rtktb.RTKConfig;
import safeluck.drive.evaluation.DB.rtktb.RTKConfigUpdateWorker;
-import safeluck.drive.evaluation.DB.rtktb.RTKWorkRepository;
-import safeluck.drive.evaluation.bean.ExamMap;
import safeluck.drive.evaluation.bean.ExamPlatformData;
-import safeluck.drive.evaluation.cEventCenter.CEvent;
import safeluck.drive.evaluation.cEventCenter.CEventCenter;
-import safeluck.drive.evaluation.httpmodule.HttpRequetBean;
-import safeluck.drive.evaluation.httpmodule.RetrofitCreator;
-import safeluck.drive.evaluation.im.IMSClientBootstrap;
-import safeluck.drive.evaluation.im.IMSConnectStatusListener;
import safeluck.drive.evaluation.im.MessageProcessor;
import safeluck.drive.evaluation.platformMessage.AttachInfo;
-import safeluck.drive.evaluation.platformMessage.JKMessage0100;
-import safeluck.drive.evaluation.platformMessage.JKMessage0101;
import safeluck.drive.evaluation.platformMessage.JKMessage0203;
import safeluck.drive.evaluation.platformMessage.JKMessage0206;
import safeluck.drive.evaluation.platformMessage.PlatFormConstant;
import safeluck.drive.evaluation.util.CThreadPoolExecutor;
import safeluck.drive.evaluation.util.FileUtil;
-import safeluck.drive.evaluation.util.SPUtils;
import safeluck.drive.evaluation.util.SystemUtil;
import safeluck.drive.evaluation.util.Utils;
-import safeluck.drive.evaluation.viewmodels.TimeViewModel;
import safeluck.drive.evaluation.worker.MCUUpgradeWorker;
-import safeluck.drive.evaluation.worker.TTSWorker;
/**
* MyApplication2
@@ -92,9 +71,6 @@
public class app extends Application implements IAYExamListener {
private static final String TAG = "app";
- private Gson gson;
- RTKConfig rtkConfig;
- Random random = new Random();
private static Context appContext=null;
@Override
public void onCreate() {
--
Gitblit v1.8.0