I have a ListView subclass that I allow selections on when the context action bar (CAB) is active. The CAB is set as a callback to the onItemLongClick event:
onItemLongClick
I was having this issue in API Level 17 and solved it by doing:
API Level 17
listView.clearChoices(); listView.invalidateViews();