|
|
@@ -1,24 +1,18 @@
|
|
|
package com.qy.agv.activity;
|
|
|
|
|
|
-import static com.qy.agv.util.Constant.CACHE_BIND_CONTROL;
|
|
|
-import static com.qy.agv.util.Constant.CACHE_LOGIN_KEY;
|
|
|
-
|
|
|
import android.annotation.SuppressLint;
|
|
|
import android.app.AlertDialog;
|
|
|
import android.content.Context;
|
|
|
import android.content.DialogInterface;
|
|
|
import android.content.Intent;
|
|
|
import android.os.Bundle;
|
|
|
-import android.os.Handler;
|
|
|
import android.os.StrictMode;
|
|
|
import android.provider.Settings;
|
|
|
import android.view.View;
|
|
|
import android.widget.EditText;
|
|
|
|
|
|
import com.qy.agv.R;
|
|
|
-import com.qy.agv.activity.model.EventMessage;
|
|
|
import com.qy.agv.comm.BaseActivity;
|
|
|
-import com.qy.agv.comm.CacheService;
|
|
|
import com.qy.agv.databinding.QyRobotInfoBinding;
|
|
|
import com.qy.agv.update.UpdateManager;
|
|
|
import com.qy.agv.update.UpdateXmlService;
|
|
|
@@ -29,7 +23,6 @@ import com.qy.agv.util.ToastUtils;
|
|
|
import com.qy.agv.util.VersionUtils;
|
|
|
|
|
|
import org.apache.log4j.Logger;
|
|
|
-import org.greenrobot.eventbus.EventBus;
|
|
|
import org.xutils.x;
|
|
|
|
|
|
import java.io.InputStream;
|