Steps to reproduce:
- Make a AutoCompleteTextView
- Click on AutoCompleteTextView -> OnScreenKeyBoard is displayed.
- Press a few characters, AutoCompleteTextView has new characters and Popup appears.
- Press done. OnScreenKeyBoard hides (using InputMethodManager.hideSoftInputFromWindow)
- Auto complete popup is still there.
If I touch the screen it goes away, but its annoying.
How do I hide that popup programaticaly(is that the word?) Can I simulate a Touch event on textview? I don't see something like AutoCompleteTextView.hidePopup()
Thanks, Abhi