yy1717
2019-12-30 b98224fe56ead2b92f0cc41fe24e4c77d1188dff
lib/src/main/java/com/anyun/exam/lib/RemoteService.java
@@ -162,6 +162,12 @@
        return sharedPreferences.getInt(key, 0);
    }
    public void TextSpeak(String text) {
/*        if (speaker != null) {
            speaker.speak(text);
        }*/
    }
    // Used to load the 'native-lib' library on application startup.
    static {
        System.loadLibrary("native-lib");