This commit is contained in:
Yuriy Liskov
2020-01-30 04:06:00 +02:00
parent 8407377a62
commit c072d59212

View File

@@ -513,7 +513,7 @@ public class LeanbackKeyboardContainer {
mSpeechRecognizer.startListening(mRecognizerIntent);
} else {
String noRecognition = "Seems that current device is not supporting voice recognition";
String noRecognition = "Seems that the voice recognition is not enabled on your device";
MessageHelpers.showLongMessage(context, noRecognition);