| | |
| | | import androidx.work.Worker; |
| | | import androidx.work.WorkerParameters; |
| | | |
| | | import com.anyun.exam.lib.MyLog; |
| | | import com.google.gson.Gson; |
| | | import com.google.gson.reflect.TypeToken; |
| | | import com.anyun.basecommonlib.MyLog; |
| | | |
| | | |
| | | import org.json.JSONException; |
| | | import org.json.JSONObject; |
| | | |
| | | import java.lang.reflect.Type; |
| | | |
| | | import safeluck.drive.evaluation.Constant; |
| | | import safeluck.drive.evaluation.DB.WorkRoomDataBase; |
| | | import safeluck.drive.evaluation.platformMessage.PlatFormConstant; |
| | | |
| | | /** |
| | | * @author Administrator |
| | | */ |
| | | public class AppStatusWorker extends Worker { |
| | | |
| | | private static final String TAG = "AppStatusWorker"; |