Stay organized with collections
Save and categorize content based on your preferences.
public
static
interface
AdditionalContentContract.CursorExtraKeys
android.service.chooser.AdditionalContentContract.CursorExtraKeys
|
Constants for Cursor.getExtras()
keys.
Summary
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"
Content and code samples on this page are subject to the licenses described in the Content License. Java and OpenJDK are trademarks or registered trademarks of Oracle and/or its affiliates.
Last updated 2025-02-10 UTC.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-02-10 UTC."],[],[],null,["# AdditionalContentContract.CursorExtraKeys\n\nAdded in [API level 35](/guide/topics/manifest/uses-sdk-element#ApiLevels) \n\nAdditionalContentContract.CursorExtraKeys\n=========================================\n\n*** ** * ** ***\n\n[Kotlin](/reference/kotlin/android/service/chooser/AdditionalContentContract.CursorExtraKeys \"View this page in Kotlin\") \\|Java\n\n\n`\npublic\nstatic\n\n\ninterface\nAdditionalContentContract.CursorExtraKeys\n`\n\n\n`\n\n\n`\n\n|-------------------------------------------------------------------|\n| android.service.chooser.AdditionalContentContract.CursorExtraKeys |\n\n\u003cbr /\u003e\n\n*** ** * ** ***\n\nConstants for [Cursor.getExtras()](/reference/android/database/Cursor#getExtras()) keys.\n\nSummary\n-------\n\n| ### Constants ||\n|---------------------------------------|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| [String](/reference/java/lang/String) | [POSITION](/reference/android/service/chooser/AdditionalContentContract.CursorExtraKeys#POSITION) An integer, zero-based cursor position that corresponds to the URI specified with the [Intent.EXTRA_CHOOSER_FOCUSED_ITEM_POSITION](/reference/android/content/Intent#EXTRA_CHOOSER_FOCUSED_ITEM_POSITION) index into the @link android.content.Intent#EXTRA_STREAM} array. |\n\nConstants\n---------\n\n### POSITION\n\nAdded in [API level 35](/guide/topics/manifest/uses-sdk-element#ApiLevels) \n\n```\npublic static final String POSITION\n```\n\nAn integer, zero-based cursor position that corresponds to the URI specified\nwith the [Intent.EXTRA_CHOOSER_FOCUSED_ITEM_POSITION](/reference/android/content/Intent#EXTRA_CHOOSER_FOCUSED_ITEM_POSITION) index into\nthe @link android.content.Intent#EXTRA_STREAM} array.\n\n\u003cbr /\u003e\n\nConstant Value:\n\n\"position\""]]