AdditionalContentContract.CursorExtraKeys
public
static
interface
AdditionalContentContract.CursorExtraKeys
android.service.chooser.AdditionalContentContract.CursorExtraKeys |
Constants for Cursor.getExtras()
keys.
Summary
Constants | |
---|---|
String |
POSITION
An integer, zero-based cursor position that corresponds to the URI specified
with the |
Constants
POSITION
public static final String POSITION
An integer, zero-based cursor position that corresponds to the URI specified
with the Intent.EXTRA_CHOOSER_FOCUSED_ITEM_POSITION
index into
the @link android.content.Intent#EXTRA_STREAM} array.
Constant Value: "position"