endian11
2020-01-07 d7b1bfcc035a6ba2b6e67db88f4ab04ef3448e3f
lib/src/main/java/com/anyun/exam/lib/RemoteService.java
@@ -67,7 +67,7 @@
        Log.i(TAG,"onCreate()");
        speaker = new Speaker(getApplicationContext());
        startNative();
//        startNative();
        new Thread(new Worker()).start();
    }