| | |
| | | import com.anyun.exam.lib.AYSdk; |
| | | import com.anyun.exam.lib.MyLog; |
| | | import com.anyun.exam.lib.util.ByteUtil; |
| | | import com.anyun.exam.lib.util.Speaker; |
| | | import com.anyun.im_lib.listener.IMSConnectStatusCallback; |
| | | import com.google.gson.Gson; |
| | | import com.safeluck.aykj.utils.BytesUtils; |
| | |
| | | requestWindowFeature(Window.FEATURE_NO_TITLE); |
| | | getWindow().setFlags(WindowManager.LayoutParams.FLAG_FULLSCREEN,WindowManager.LayoutParams.FLAG_FULLSCREEN); |
| | | setContentView(R.layout.activity_main); |
| | | //初始化tts |
| | | ExamPlatformData.getInstance().initTTS(this); |
| | | // TODO |
| | | // 进行tcp连接 |
| | | final String userId = "100002"; |