I have a ListActivity that implements onListItemClick() and calls a doSomething() function of the class. The latter contains l.s
ListActivity
onListItemClick()
doSomething()
l.s
use requestFocusFromTouch() before calling setSelection() method
requestFocusFromTouch()
setSelection()