I have an Activity in Android, with two elements:
Activity
EditText
ListView
When my Activity
Try clearFocus() instead of setSelected(false). Every view in Android has both focusability and selectability, and I think that you want to just clear the focus.
setSelected(false)