/** Get the cursor row ID of the currently selected list item. */
 public long getSelectedItemId() {
   return mList.getSelectedItemId();
 }
Пример #2
0
 /** Get the cursor row ID of the currently selected list item. */
 public long getSelectedItemId() {
   ensureList();
   return mList.getSelectedItemId();
 }