Android -- 軟鍵盤

1. 應用啓動後,自動打開軟鍵盤spa

 

  InputMethodManager imm = (InputMethodManager) getSystemService(Context.INPUT_METHOD_SERVICE);
        imm.toggleSoftInput(InputMethodManager.RESULT_UNCHANGED_SHOWN,
                InputMethodManager.HIDE_NOT_ALWAYS);
相關文章
相關標籤/搜索