android initial entry pop-up keyboard

When there EidtView component interface, android will automatically pop-up and the keyboard focus.

Solution:

  getWindow().setSoftInputMode(WindowManager.LayoutParams.SOFT_INPUT_STATE_HIDDEN);

Guess you like

Origin www.cnblogs.com/TNTBomb/p/12043736.html