Skip to content

Commit

Permalink
Turnoff sample storing on voice search (#712)
Browse files Browse the repository at this point in the history
  • Loading branch information
andrenatal authored and keianhzo committed Nov 7, 2018
1 parent e6d794e commit e900283
Showing 1 changed file with 2 additions and 0 deletions.
Expand Up @@ -88,6 +88,8 @@ private void initialize(Context aContext) {

mMozillaSpeechService = MozillaSpeechService.getInstance();
mMozillaSpeechService.setProductTag("fxr");
mMozillaSpeechService.storeSamples(false);
mMozillaSpeechService.storeTranscriptions(false);

mVoiceSearchText1 = findViewById(R.id.voiceSearchText1);
mVoiceSearchText2 = findViewById(R.id.voiceSearchText2);
Expand Down

0 comments on commit e900283

Please sign in to comment.