コード例 #1
0
 @Override
 public void onTextChanged(String newText) {
   if (mUrlInput.hasFocus()) {
     // clear voice mode when user types
     setInVoiceMode(false, null);
   }
 }