L'exemple de cet article décrit comment bloquer le clavier logiciel EditText sur Android. Partagez-le avec tout le monde pour votre référence. Les détails sont les suivants :
Le code Java est le suivant :
InputMethodManager imm = (InputMethodManager)getSystemService(Context.INPUT_METHOD_SERVICE); imm.hideSoftInputFromWindow(myEdit.getWindowToken(), 0); //myEdit是你的EditText对象
J'espère que cet article sera utile à tout le monde sur Android conception de la programmation.
boolean showSoftInput(View view, int flags, ResultReceiver resultReceiver) boolean showSoftInput(View view, int flags) void showSoftInputFromInputMethod(IBinder token, int flags)