Skip to content
This repository has been archived by the owner on May 6, 2022. It is now read-only.

Commit

Permalink
Fix: Remove preference for offline Android ASR
Browse files Browse the repository at this point in the history
  • Loading branch information
space-pope committed Jul 24, 2020
1 parent 5a6c1d7 commit 9e054a8
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -152,8 +152,6 @@ Intent createRecognitionIntent() {
RecognizerIntent.EXTRA_SPEECH_INPUT_MINIMUM_LENGTH_MILLIS,
this.minActive);
}
// added in API level 23
intent.putExtra("android.speech.extra.PREFER_OFFLINE", true);
return intent;
}

Expand Down

0 comments on commit 9e054a8

Please sign in to comment.