2013-09-28 92 views

回答

0
InputMethodManager imm = (InputMethodManager)getSystemService(Service.INPUT_METHOD_SERVICE); 
imm.hideSoftInputFromWindow(findViewById(R.id.value).getWindowToken(), 0); 
0

KEYCODE_BACK適用於我使用的手機(不是仿真器)。