/** Get the cursor row ID of the currently selected list item. */
 public long getSelectedItemId() {
   return mList.getSelectedItemId();
 }
Ejemplo n.º 2
0
 /** Get the cursor row ID of the currently selected list item. */
 public long getSelectedItemId() {
   ensureList();
   return mList.getSelectedItemId();
 }