Commits

Kenny Root authored 158c19020b6
Fix logic inversion in ListView Javadoc The Javadoc for isItemChecked, getCheckedItemPosition, and getCheckedItemPositions stated the return was valid if conditions were the inverse of what the method checked for. This was pointed out in Android issue 2366