Stay organized with collections
Save and categorize content based on your preferences.
android.service.chooser
Interfaces
Classes
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-08-20 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-08-20 UTC."],[],[],null,["# android.service.chooser\n=======================\n\n*** ** * ** ***\n\nKotlin \\|[Java](/reference/android/service/chooser/package-summary \"View this page in Java\")\n\nInterfaces\n----------\n\n|--------------------------------------------------------------------------------------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| [AdditionalContentContract](/reference/kotlin/android/service/chooser/AdditionalContentContract) | Specifies constants used by Chooser when interacting with the additional content provider, see [android.content.Intent#EXTRA_CHOOSER_ADDITIONAL_CONTENT_URI](../../content/Intent.html#EXTRA_CHOOSER_ADDITIONAL_CONTENT_URI:kotlin.String). |\n| [StateListener](/reference/kotlin/android/service/chooser/ChooserSession.StateListener) | A callback interface for Chooser session state updates. |\n\nClasses\n-------\n\n|----------------------------------------------------------------------------------------|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| [ChooserAction](/reference/kotlin/android/service/chooser/ChooserAction) | A ChooserAction is an app-defined action that can be provided to the Android Sharesheet to be shown to the user when [android.content.Intent#ACTION_CHOOSER](../../content/Intent.html#ACTION_CHOOSER:kotlin.String) is invoked. |\n| [ChooserManager](/reference/kotlin/android/service/chooser/ChooserManager) | Manages the creation, tracking, and retrieval of chooser sessions. |\n| [ChooserResult](/reference/kotlin/android/service/chooser/ChooserResult) | An event reported to a supplied \\[IntentSender\\] by the system chooser when an activity is selected or other actions are taken to complete the session. |\n| [ChooserSession](/reference/kotlin/android/service/chooser/ChooserSession) | A class that represents an interactive Chooser session. |\n| [ChooserSessionToken](/reference/kotlin/android/service/chooser/ChooserSessionToken) | An opaque token that serves as a Chooser session identifier. |\n| [ChooserTarget](/reference/kotlin/android/service/chooser/ChooserTarget) | A ChooserTarget represents a deep-link into an application as returned by a [android.service.chooser.ChooserTargetService](/reference/kotlin/android/service/chooser/ChooserTargetService). |\n| [ChooserTargetService](/reference/kotlin/android/service/chooser/ChooserTargetService) | A service that receives calls from the system when the user is asked to choose a target for an intent explicitly by another app. |"]]