lib/src/main/java/com/anyun/exam/lib/util/Speaker.java
@@ -4,6 +4,8 @@ import android.speech.tts.TextToSpeech; import android.util.Log; import com.anyun.exam.lib.RemoteService; import java.util.Locale; public class Speaker { @@ -14,6 +16,7 @@ public Speaker(final Context context) { // TODO Auto-generated constructor stub Log.d(TAG, "Speaker Init..."); this.context = context; tts = new TextToSpeech(context, new TextToSpeech.OnInitListener() { @Override