LabeledIntent Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
A special subclass of Intent that can have a custom label/icon associated with it.
[Android.Runtime.Register("android/content/pm/LabeledIntent", DoNotGenerateAcw=true)]
public class LabeledIntent : Android.Content.Intent
[<Android.Runtime.Register("android/content/pm/LabeledIntent", DoNotGenerateAcw=true)>]
type LabeledIntent = class
inherit Intent
- Inheritance
- Attributes
Remarks
A special subclass of Intent that can have a custom label/icon associated with it. Primarily for use with Intent#ACTION_CHOOSER
.
Java documentation for android.content.pm.LabeledIntent
.
Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
Constructors
LabeledIntent(Intent, String, ICharSequence, Int32) |
Create a labeled intent from the given intent, supplying a textual label and icon resource for it. |
LabeledIntent(Intent, String, Int32, Int32) |
Create a labeled intent from the given intent, supplying the label and icon resources for it. |
LabeledIntent(Intent, String, String, Int32) |
Create a labeled intent from the given intent, supplying a textual label and icon resource for it. |
LabeledIntent(IntPtr, JniHandleOwnership) |
A constructor used when creating managed representations of JNI objects; called by the runtime. |
LabeledIntent(String, ICharSequence, Int32) |
Create a labeled intent with no intent data but supplying a textual label and icon resource for it. |
LabeledIntent(String, Int32, Int32) |
Create a labeled intent with no intent data but supplying the label and icon resources for it. |
LabeledIntent(String, String, Int32) |
Create a labeled intent with no intent data but supplying a textual label and icon resource for it. |
Fields
ActionAirplaneModeChanged |
Broadcast Action: The user has switched the phone into or out of Airplane Mode. (Inherited from Intent) |
ActionAllApps |
Activity Action: List all available applications. (Inherited from Intent) |
ActionAnswer |
Activity Action: Handle an incoming phone call. (Inherited from Intent) |
ActionAppError |
Activity Action: The user pressed the "Report" button in the crash/ANR dialog. (Inherited from Intent) |
ActionApplicationLocaleChanged |
Broadcast Action: Locale of a particular app has changed. (Inherited from Intent) |
ActionApplicationPreferences |
An activity that provides a user interface for adjusting application preferences. (Inherited from Intent) |
ActionApplicationRestrictionsChanged |
Broadcast Action: Sent after application restrictions are changed. (Inherited from Intent) |
ActionAssist |
Activity Action: Perform assist action. (Inherited from Intent) |
ActionAttachData |
Used to indicate that some piece of data should be attached to some other place. (Inherited from Intent) |
ActionAutoRevokePermissions |
Activity action: Launch UI to manage auto-revoke state. (Inherited from Intent) |
ActionBatteryChanged |
Broadcast Action: This is a <em>sticky broadcast</em> containing the charging state, level, and other information about the battery. (Inherited from Intent) |
ActionBatteryLow |
Broadcast Action: Indicates low battery condition on the device. (Inherited from Intent) |
ActionBatteryOkay |
Broadcast Action: Indicates the battery is now okay after being low. (Inherited from Intent) |
ActionBootCompleted |
Broadcast Action: This is broadcast once, after the user has finished booting. (Inherited from Intent) |
ActionBugReport |
Activity Action: Show activity for reporting a bug. (Inherited from Intent) |
ActionCall |
Activity Action: Perform a call to someone specified by the data. (Inherited from Intent) |
ActionCallButton |
Activity Action: The user pressed the "call" button to go to the dialer or other appropriate UI for placing a call. (Inherited from Intent) |
ActionCameraButton |
Broadcast Action: The "Camera Button" was pressed. (Inherited from Intent) |
ActionCarrierSetup |
Activity Action: Main entry point for carrier setup apps. (Inherited from Intent) |
ActionChooser |
Activity Action: Display an activity chooser, allowing the user to pick what they want to before proceeding. (Inherited from Intent) |
ActionCloseSystemDialogs |
Broadcast Action: This is broadcast when a user action should request a temporary system dialog to dismiss. (Inherited from Intent) |
ActionConfigurationChanged |
Broadcast Action: The current device |
ActionCreateDocument |
Activity Action: Allow the user to create a new document. (Inherited from Intent) |
ActionCreateNote |
Activity Action: Starts a note-taking activity that can be used to create a note. (Inherited from Intent) |
ActionCreateReminder |
Activity Action: Creates a reminder. (Inherited from Intent) |
ActionCreateShortcut |
Activity Action: Creates a shortcut. (Inherited from Intent) |
ActionDateChanged |
Broadcast Action: The date has changed. (Inherited from Intent) |
ActionDefault |
A synonym for |
ActionDefine |
Activity Action: Define the meaning of the selected word(s). (Inherited from Intent) |
ActionDelete |
Activity Action: Delete the given data from its container. (Inherited from Intent) |
ActionDeviceStorageLow |
Broadcast Action: A sticky broadcast that indicates low storage space condition on the device <p class="note"> This is a protected intent that can only be sent by the system. (Inherited from Intent) |
ActionDeviceStorageOk |
Broadcast Action: Indicates low storage space condition on the device no longer exists <p class="note"> This is a protected intent that can only be sent by the system. (Inherited from Intent) |
ActionDial |
Activity Action: Dial a number as specified by the data. (Inherited from Intent) |
ActionDockEvent |
Broadcast Action: A sticky broadcast for changes in the physical docking state of the device. (Inherited from Intent) |
ActionDreamingStarted |
Broadcast Action: Sent after the system starts dreaming. (Inherited from Intent) |
ActionDreamingStopped |
Broadcast Action: Sent after the system stops dreaming. (Inherited from Intent) |
ActionEdit |
Activity Action: Provide explicit editable access to the given data. (Inherited from Intent) |
ActionExternalApplicationsAvailable |
Broadcast Action: Resources for a set of packages (which were previously unavailable) are currently available since the media on which they exist is available. (Inherited from Intent) |
ActionExternalApplicationsUnavailable |
Broadcast Action: Resources for a set of packages are currently unavailable since the media on which they exist is unavailable. (Inherited from Intent) |
ActionFactoryTest |
Activity Action: Main entry point for factory tests. (Inherited from Intent) |
ActionGetContent |
Activity Action: Allow the user to select a particular kind of data and return it. (Inherited from Intent) |
ActionGetRestrictionEntries |
Broadcast to a specific application to query any supported restrictions to impose on restricted users. (Inherited from Intent) |
ActionGtalkServiceConnected |
Broadcast Action: A GTalk connection has been established. (Inherited from Intent) |
ActionGtalkServiceDisconnected |
Broadcast Action: A GTalk connection has been disconnected. (Inherited from Intent) |
ActionHeadsetPlug |
Broadcast Action: Wired Headset plugged in or unplugged. (Inherited from Intent) |
ActionInputMethodChanged |
Broadcast Action: An input method has been changed. (Inherited from Intent) |
ActionInsert |
Activity Action: Insert an empty item into the given container. (Inherited from Intent) |
ActionInsertOrEdit |
Activity Action: Pick an existing item, or insert a new item, and then edit it. (Inherited from Intent) |
ActionInstallFailure |
Activity Action: Activity to handle split installation failures. (Inherited from Intent) |
ActionInstallPackage |
Activity Action: Launch application installer. (Inherited from Intent) |
ActionLaunchCaptureContentActivityForNote |
Activity Action: Use with startActivityForResult to start a system activity that captures content on the screen to take a screenshot and present it to the user for editing. (Inherited from Intent) |
ActionLocaleChanged |
Broadcast Action: The receiver's effective locale has changed. (Inherited from Intent) |
ActionLockedBootCompleted |
Broadcast Action: This is broadcast once, after the user has finished booting, but while still in the "locked" state. (Inherited from Intent) |
ActionMain |
Activity Action: Start as a main entry point, does not expect to receive data. (Inherited from Intent) |
ActionManagedProfileAdded |
Broadcast sent to the primary user when an associated managed profile is added (the profile was created and is ready to be used). (Inherited from Intent) |
ActionManagedProfileAvailable |
Broadcast sent to the primary user when an associated managed profile has become available. (Inherited from Intent) |
ActionManagedProfileRemoved |
Broadcast sent to the primary user when an associated managed profile is removed. (Inherited from Intent) |
ActionManagedProfileUnavailable |
Broadcast sent to the primary user when an associated managed profile has become unavailable. (Inherited from Intent) |
ActionManagedProfileUnlocked |
Broadcast sent to the primary user when the credential-encrypted private storage for an associated managed profile is unlocked. (Inherited from Intent) |
ActionManageNetworkUsage |
Activity Action: Show settings for managing network data usage of a specific application. (Inherited from Intent) |
ActionManagePackageStorage |
Broadcast Action: Indicates low memory condition notification acknowledged by user and package management should be started. (Inherited from Intent) |
ActionManageUnusedApps |
Activity action: Launch UI to manage unused apps (hibernated apps). (Inherited from Intent) |
ActionMediaBadRemoval |
Broadcast Action: External media was removed from SD card slot, but mount point was not unmounted. (Inherited from Intent) |
ActionMediaButton |
Broadcast Action: The "Media Button" was pressed. (Inherited from Intent) |
ActionMediaChecking |
Broadcast Action: External media is present, and being disk-checked The path to the mount point for the checking media is contained in the Intent. (Inherited from Intent) |
ActionMediaEject |
Broadcast Action: User has expressed the desire to remove the external storage media. (Inherited from Intent) |
ActionMediaMounted |
Broadcast Action: External media is present and mounted at its mount point. (Inherited from Intent) |
ActionMediaNofs |
Broadcast Action: External media is present, but is using an incompatible fs (or is blank) The path to the mount point for the checking media is contained in the Intent. (Inherited from Intent) |
ActionMediaRemoved |
Broadcast Action: External media has been removed. (Inherited from Intent) |
ActionMediaScannerFinished |
Broadcast Action: The media scanner has finished scanning a directory. (Inherited from Intent) |
ActionMediaScannerScanFile |
Broadcast Action: Request the media scanner to scan a file and add it to the media database. (Inherited from Intent) |
ActionMediaScannerStarted |
Broadcast Action: The media scanner has started scanning a directory. (Inherited from Intent) |
ActionMediaShared |
Broadcast Action: External media is unmounted because it is being shared via USB mass storage. (Inherited from Intent) |
ActionMediaUnmountable |
Broadcast Action: External media is present but cannot be mounted. (Inherited from Intent) |
ActionMediaUnmounted |
Broadcast Action: External media is present, but not mounted at its mount point. (Inherited from Intent) |
ActionMyPackageReplaced |
Broadcast Action: A new version of your application has been installed over an existing one. (Inherited from Intent) |
ActionMyPackageSuspended |
Broadcast Action: Sent to a package that has been suspended by the system. (Inherited from Intent) |
ActionMyPackageUnsuspended |
Broadcast Action: Sent to a package that has been unsuspended. (Inherited from Intent) |
ActionNewOutgoingCall |
Broadcast Action: An outgoing call is about to be placed. (Inherited from Intent) |
ActionOpenDocument |
Activity Action: Allow the user to select and return one or more existing documents. (Inherited from Intent) |
ActionOpenDocumentTree |
Activity Action: Allow the user to pick a directory subtree. (Inherited from Intent) |
ActionPackageAdded |
Broadcast Action: A new application package has been installed on the device. (Inherited from Intent) |
ActionPackageChanged |
Broadcast Action: An existing application package has been changed (for example, a component has been enabled or disabled). (Inherited from Intent) |
ActionPackageDataCleared |
Broadcast Action: The user has cleared the data of a package. (Inherited from Intent) |
ActionPackageFirstLaunch |
Broadcast Action: Sent to the installer package of an application when that application is first launched (that is the first time it is moved out of the stopped state). (Inherited from Intent) |
ActionPackageFullyRemoved |
Broadcast Action: An existing application package has been completely removed from the device. (Inherited from Intent) |
ActionPackageInstall |
Obsolete.
Broadcast Action: Trigger the download and eventual installation of a package. (Inherited from Intent) |
ActionPackageNeedsVerification |
Broadcast Action: Sent to the system package verifier when a package needs to be verified. (Inherited from Intent) |
ActionPackageRemoved |
Broadcast Action: An existing application package has been removed from the device. (Inherited from Intent) |
ActionPackageReplaced |
Broadcast Action: A new version of an application package has been installed, replacing an existing version that was previously installed. (Inherited from Intent) |
ActionPackageRestarted |
Broadcast Action: The user has restarted a package, and all of its processes have been killed. (Inherited from Intent) |
ActionPackagesSuspended |
Broadcast Action: Packages have been suspended. (Inherited from Intent) |
ActionPackagesUnsuspended |
Broadcast Action: Packages have been unsuspended. (Inherited from Intent) |
ActionPackageVerified |
Broadcast Action: Sent to the system package verifier when a package is verified. (Inherited from Intent) |
ActionPaste |
Activity Action: Create a new item in the given container, initializing it from the current contents of the clipboard. (Inherited from Intent) |
ActionPick |
Activity Action: Pick an item from the data, returning what was selected. (Inherited from Intent) |
ActionPickActivity |
Activity Action: Pick an activity given an intent, returning the class selected. (Inherited from Intent) |
ActionPowerConnected |
Broadcast Action: External power has been connected to the device. (Inherited from Intent) |
ActionPowerDisconnected |
Broadcast Action: External power has been removed from the device. (Inherited from Intent) |
ActionPowerUsageSummary |
Activity Action: Show power usage information to the user. (Inherited from Intent) |
ActionProcessText |
Activity Action: Process a piece of text. (Inherited from Intent) |
ActionProfileAccessible |
Broadcast sent to the parent user when an associated profile has been started and unlocked. (Inherited from Intent) |
ActionProfileAdded |
Broadcast sent to the parent user when an associated profile is added (the profile was created and is ready to be used). (Inherited from Intent) |
ActionProfileInaccessible |
Broadcast sent to the parent user when an associated profile has stopped. (Inherited from Intent) |
ActionProfileRemoved |
Broadcast sent to the parent user when an associated profile is removed. (Inherited from Intent) |
ActionProviderChanged |
Broadcast Action: Some content providers have parts of their namespace where they publish new events or items that the user may be especially interested in. (Inherited from Intent) |
ActionQuickClock |
Sent when the user taps on the clock widget in the system's "quick settings" area. (Inherited from Intent) |
ActionQuickView |
Activity Action: Quick view the data. (Inherited from Intent) |
ActionReboot |
Broadcast Action: Have the device reboot. (Inherited from Intent) |
ActionRun |
Activity Action: Run the data, whatever that means. (Inherited from Intent) |
ActionSafetyCenter |
Activity action: Launch UI to open the Safety Center, which highlights the user's security and privacy status. (Inherited from Intent) |
ActionScreenOff |
Broadcast Action: Sent when the device goes to sleep and becomes non-interactive. (Inherited from Intent) |
ActionScreenOn |
Broadcast Action: Sent when the device wakes up and becomes interactive. (Inherited from Intent) |
ActionSearch |
Activity Action: Perform a search. (Inherited from Intent) |
ActionSearchLongPress |
Activity Action: Start action associated with long pressing on the search key. (Inherited from Intent) |
ActionSend |
Activity Action: Deliver some data to someone else. (Inherited from Intent) |
ActionSendMultiple |
Activity Action: Deliver multiple data to someone else. (Inherited from Intent) |
ActionSendto |
Activity Action: Send a message to someone specified by the data. (Inherited from Intent) |
ActionSetWallpaper |
Activity Action: Show settings for choosing wallpaper. (Inherited from Intent) |
ActionShowAppInfo |
Activity Action: Launch an activity showing the app information. (Inherited from Intent) |
ActionShowWorkApps |
Activity Action: Action to show the list of all work apps in the launcher. (Inherited from Intent) |
ActionShutdown |
Broadcast Action: Device is shutting down. (Inherited from Intent) |
ActionSync |
Activity Action: Perform a data synchronization. (Inherited from Intent) |
ActionSystemTutorial |
Activity Action: Start the platform-defined tutorial (Inherited from Intent) |
ActionTimeChanged |
Broadcast Action: The time was set. (Inherited from Intent) |
ActionTimeTick |
Broadcast Action: The current time has changed. (Inherited from Intent) |
ActionTimezoneChanged |
Broadcast Action: The timezone has changed. (Inherited from Intent) |
ActionTranslate |
Activity Action: Perform text translation. (Inherited from Intent) |
ActionUidRemoved |
Broadcast Action: A uid has been removed from the system. (Inherited from Intent) |
ActionUmsConnected |
Obsolete.
Broadcast Action: The device has entered USB Mass Storage mode. (Inherited from Intent) |
ActionUmsDisconnected |
Obsolete.
Broadcast Action: The device has exited USB Mass Storage mode. (Inherited from Intent) |
ActionUninstallPackage |
Activity Action: Launch application uninstaller. (Inherited from Intent) |
ActionUserBackground |
Sent after a user switch is complete, if the switch caused the process's user to be sent to the background. (Inherited from Intent) |
ActionUserForeground |
Sent after a user switch is complete, if the switch caused the process's user to be brought to the foreground. (Inherited from Intent) |
ActionUserInitialize |
Sent the first time a user is starting, to allow system apps to perform one time initialization. (Inherited from Intent) |
ActionUserPresent |
Broadcast Action: Sent when the user is present after device wakes up (e. (Inherited from Intent) |
ActionUserUnlocked |
Broadcast Action: Sent when the credential-encrypted private storage has become unlocked for the target user. (Inherited from Intent) |
ActionView |
Activity Action: Display the data to the user. (Inherited from Intent) |
ActionViewLocus |
Activity Action: Display an activity state associated with an unique |
ActionViewPermissionUsage |
Activity action: Launch UI to show information about the usage of a given permission group. (Inherited from Intent) |
ActionViewPermissionUsageForPeriod |
Activity action: Launch UI to show information about the usage of a given permission group in a given period. (Inherited from Intent) |
ActionVoiceCommand |
Activity Action: Start Voice Command. (Inherited from Intent) |
ActionWallpaperChanged |
Obsolete.
Broadcast Action: The current system wallpaper has changed. (Inherited from Intent) |
ActionWebSearch |
Activity Action: Perform a web search. (Inherited from Intent) |
CaptureContentForNoteBlockedByAdmin |
Obsolete.
A response code used with |
CaptureContentForNoteFailed |
Obsolete.
A response code used with |
CaptureContentForNoteSuccess |
Obsolete.
A response code used with |
CaptureContentForNoteUserCanceled |
Obsolete.
A response code used with |
CaptureContentForNoteWindowModeUnsupported |
Obsolete.
A response code used with |
CategoryAccessibilityShortcutTarget |
The accessibility shortcut is a global gesture for users with disabilities to trigger an important for them accessibility feature to help developers determine whether they want to make their activity a shortcut target. (Inherited from Intent) |
CategoryAlternative |
Set if the activity should be considered as an alternative action to the data the user is currently viewing. (Inherited from Intent) |
CategoryAppBrowser |
Used with |
CategoryAppCalculator |
Used with |
CategoryAppCalendar |
Used with |
CategoryAppContacts |
Used with |
CategoryAppEmail |
Used with |
CategoryAppFiles |
Used with |
CategoryAppFitness |
Used with |
CategoryAppGallery |
Used with |
CategoryAppMaps |
Used with |
CategoryAppMarket |
This activity allows the user to browse and download new applications. (Inherited from Intent) |
CategoryAppMessaging |
Used with |
CategoryAppMusic |
Used with |
CategoryAppWeather |
Used with |
CategoryBrowsable |
Activities that can be safely invoked from a browser must support this category. (Inherited from Intent) |
CategoryCarDock |
An activity to run when device is inserted into a car dock. (Inherited from Intent) |
CategoryCarMode |
Used to indicate that the activity can be used in a car environment. (Inherited from Intent) |
CategoryDefault |
Set if the activity should be an option for the default action (center press) to perform on a piece of data. (Inherited from Intent) |
CategoryDeskDock |
An activity to run when device is inserted into a desk dock. (Inherited from Intent) |
CategoryDevelopmentPreference |
This activity is a development preference panel. (Inherited from Intent) |
CategoryEmbed |
Capable of running inside a parent activity container. (Inherited from Intent) |
CategoryFrameworkInstrumentationTest |
To be used as code under test for framework instrumentation tests. (Inherited from Intent) |
CategoryHeDeskDock |
An activity to run when device is inserted into a digital (high end) dock. (Inherited from Intent) |
CategoryHome |
This is the home activity, that is the first activity that is displayed when the device boots. (Inherited from Intent) |
CategoryInfo |
Provides information about the package it is in; typically used if
a package does not contain a |
CategoryLauncher |
Should be displayed in the top-level launcher. (Inherited from Intent) |
CategoryLeanbackLauncher |
Indicates an activity optimized for Leanback mode, and that should be displayed in the Leanback launcher. (Inherited from Intent) |
CategoryLeDeskDock |
An activity to run when device is inserted into a analog (low end) dock. (Inherited from Intent) |
CategoryMonkey |
This activity may be exercised by the monkey or other automated test tools. (Inherited from Intent) |
CategoryOpenable |
Used to indicate that an intent only wants URIs that can be opened with
|
CategoryPreference |
This activity is a preference panel. (Inherited from Intent) |
CategorySampleCode |
To be used as a sample code example (not part of the normal user experience). (Inherited from Intent) |
CategorySecondaryHome |
The home activity shown on secondary displays that support showing home activities. (Inherited from Intent) |
CategorySelectedAlternative |
Set if the activity should be considered as an alternative selection action to the data the user has currently selected. (Inherited from Intent) |
CategoryTab |
Intended to be used as a tab inside of a containing TabActivity. (Inherited from Intent) |
CategoryTest |
To be used as a test (not part of the normal user experience). (Inherited from Intent) |
CategoryTypedOpenable |
Used to indicate that an intent filter can accept files which are not necessarily
openable by |
CategoryUnitTest |
To be used as a unit test (run through the Test Harness). (Inherited from Intent) |
CategoryVoice |
Categories for activities that can participate in voice interaction. (Inherited from Intent) |
CategoryVrHome |
An activity to use for the launcher when the device is placed in a VR Headset viewer. (Inherited from Intent) |
ExtraAlarmCount |
Used as an int extra field in |
ExtraAllowMultiple |
Extra used to indicate that an intent can allow the user to select and return multiple items. (Inherited from Intent) |
ExtraAllowReplace |
Obsolete.
Used as a boolean extra field with |
ExtraAlternateIntents |
An Intent[] describing additional, alternate choices you would like shown with
|
ExtraAssistContext |
An optional field on |
ExtraAssistInputDeviceId |
An optional field on |
ExtraAssistInputHintKeyboard |
An optional field on |
ExtraAssistPackage |
An optional field on |
ExtraAssistUid |
An optional field on |
ExtraAttributionTags |
A String[] holding attribution tags when used with
(Inherited from Intent)
|
ExtraAutoLaunchSingleChoice |
Used as a boolean extra field in |
ExtraBcc |
A String[] holding e-mail addresses that should be blind carbon copied. (Inherited from Intent) |
ExtraBugReport |
Used as a parcelable extra field in |
ExtraCaptureContentForNoteStatusCode |
An int extra used by activity started with
|
ExtraCc |
A String[] holding e-mail addresses that should be carbon copied. (Inherited from Intent) |
ExtraChangedComponentName |
Obsolete.
This member is deprecated. (Inherited from Intent) |
ExtraChangedComponentNameList |
This field is part of |
ExtraChangedPackageList |
This field is part of
|
ExtraChangedUidList |
This field is part of
|
ExtraChooserCustomActions |
A Parcelable[] of |
ExtraChooserModifyShareAction |
Optional argument to be used with |
ExtraChooserRefinementIntentSender |
An |
ExtraChooserTargets |
A |
ExtraChosenComponent |
The |
ExtraChosenComponentIntentSender |
An |
ExtraComponentName |
Intent extra: A |
ExtraContentAnnotations |
An |
ExtraContentQuery |
Optional CharSequence extra to provide a search query. (Inherited from Intent) |
ExtraDataRemoved |
Used as a boolean extra field in |
ExtraDockState |
Used as an int extra field in |
ExtraDontKillApp |
Used as a boolean extra field in |
ExtraDurationMillis |
Intent extra: The number of milliseconds. (Inherited from Intent) |
ExtraEmail |
A String[] holding e-mail addresses that should be delivered to. (Inherited from Intent) |
ExtraEndTime |
A long representing the end timestamp (epoch time in millis) of the permission usage when
used with |
ExtraExcludeComponents |
A |
ExtraFromStorage |
Extra that can be included on activity intents coming from the storage UI when it launches sub-activities to manage various types of storage. (Inherited from Intent) |
ExtraHtmlText |
A constant String that is associated with the Intent, used with
|
ExtraIndex |
Optional index with semantics depending on the intent action. (Inherited from Intent) |
ExtraInitialIntents |
A Parcelable[] of |
ExtraInstallerPackageName |
Used as a string extra field with |
ExtraIntent |
An Intent describing the choices you would like shown with
|
ExtraKeyEvent |
A |
ExtraLocaleList |
Intent extra: A |
ExtraLocalOnly |
Extra used to indicate that an intent should only return data that is on the local device. (Inherited from Intent) |
ExtraLocusId |
Intent extra: ID of the context used on |
ExtraMimeTypes |
Extra used to communicate a set of acceptable MIME types. (Inherited from Intent) |
ExtraNotUnknownSource |
Used as a boolean extra field with |
ExtraOriginatingUri |
Used as a URI extra field with |
ExtraPackageName |
Intent extra: An app package name. (Inherited from Intent) |
ExtraPackages |
String array of package names. (Inherited from Intent) |
ExtraPermissionGroupName |
Intent extra: The name of a permission group. (Inherited from Intent) |
ExtraPhoneNumber |
A String holding the phone number originally entered in
|
ExtraProcessText |
The name of the extra used to define the text to be processed, as a CharSequence. (Inherited from Intent) |
ExtraProcessTextReadonly |
The name of the boolean extra used to define if the processed text will be used as read-only. (Inherited from Intent) |
ExtraQuickViewFeatures |
An optional extra of |
ExtraQuietMode |
Optional boolean extra indicating whether quiet mode has been switched on or off. (Inherited from Intent) |
ExtraReferrer |
This extra can be used with any Intent used to launch an activity, supplying information about who is launching that activity. (Inherited from Intent) |
ExtraReferrerName |
Alternate version of |
ExtraRemoteIntentToken |
Used in the extra field in the remote intent. (Inherited from Intent) |
ExtraReplacementExtras |
A Bundle forming a mapping of potential target package names to different extras Bundles
to add to the default intent extras in |
ExtraReplacing |
Used as a boolean extra field in |
ExtraRestrictionsBundle |
Extra sent in the intent to the BroadcastReceiver that handles
|
ExtraRestrictionsIntent |
Extra used in the response from a BroadcastReceiver that handles
|
ExtraRestrictionsList |
Extra used in the response from a BroadcastReceiver that handles
|
ExtraResultReceiver |
A |
ExtraReturnResult |
Used as a boolean extra field with |
ExtraShortcutIcon |
The name of the extra used to define the icon, as a Bitmap, of a shortcut. (Inherited from Intent) |
ExtraShortcutIconResource |
The name of the extra used to define the icon, as a ShortcutIconResource, of a shortcut. (Inherited from Intent) |
ExtraShortcutId |
Intent extra: ID of the shortcut used to send the share intent. (Inherited from Intent) |
ExtraShortcutIntent |
The name of the extra used to define the Intent of a shortcut. (Inherited from Intent) |
ExtraShortcutName |
The name of the extra used to define the name of a shortcut. (Inherited from Intent) |
ExtraShutdownUserspaceOnly |
Optional extra for |
ExtraSplitName |
Intent extra: An app split name. (Inherited from Intent) |
ExtraStartTime |
A long representing the start timestamp (epoch time in millis) of the permission usage
when used with |
ExtraStream |
A content: URI holding a stream of data associated with the Intent,
used with |
ExtraSubject |
A constant string holding the desired subject line of a message. (Inherited from Intent) |
ExtraSuspendedPackageExtras |
Intent extra: A |
ExtraTemplate |
The initial data to place in a newly created record. (Inherited from Intent) |
ExtraText |
A constant CharSequence that is associated with the Intent, used with
|
ExtraTime |
Optional extra specifying a time in milliseconds since the Epoch. (Inherited from Intent) |
ExtraTimezone |
Extra sent with |
ExtraTitle |
A CharSequence dialog title to provide to the user when used with a
|
ExtraUid |
Used as an int extra field in |
ExtraUser |
The |
ExtraUserInitiated |
Used as a boolean extra field in |
ExtraUseStylusMode |
A boolean extra used with |
FlagActivityRequireDefault |
Obsolete.
If set in an intent passed to |
FlagActivityRequireNonBrowser |
Obsolete.
If set in an intent passed to |
FlagReceiverVisibleToInstantApps |
Obsolete.
If set, the broadcast will be visible to receivers in Instant Apps. (Inherited from Intent) |
MetadataDockHome |
Boolean that can be supplied as meta-data with a dock activity, to indicate that the dock should take over the home key when it is active. (Inherited from Intent) |
UriAllowUnsafe |
Obsolete.
Flag for use with |
UriAndroidAppScheme |
Obsolete.
Flag for use with |
UriIntentScheme |
Obsolete.
Flag for use with |
Properties
Action |
Retrieve the general action to be performed, such as
|
Categories |
Return the set of all categories in the intent. (Inherited from Intent) |
Class |
Returns the runtime class of this |
ClipData |
Return the |
Component |
Retrieve the concrete component associated with the intent. (Inherited from Intent) |
Creator | |
Data |
Retrieve data this intent is operating on. (Inherited from Intent) |
DataString |
The same as |
Extras |
Retrieves a map of extended data from the intent. (Inherited from Intent) |
Flags |
Retrieve any special flags associated with this intent. (Inherited from Intent) |
Handle |
The handle to the underlying Android instance. (Inherited from Object) |
HasFileDescriptors |
Returns true if the Intent's extras contain a parcelled file descriptor. (Inherited from Intent) |
IconResource |
Return any resource identifier that has been given for the label icon. |
Identifier |
Retrieve the identifier for this Intent. (Inherited from Intent) |
JniIdentityHashCode | (Inherited from Object) |
JniPeerMembers | |
LabelResource |
Return any resource identifier that has been given for the label text. |
NonLocalizedLabel | |
NonLocalizedLabelFormatted |
Return any concrete text that has been given for the label text. |
Package |
Retrieve the application package name this Intent is limited to. (Inherited from Intent) |
PeerReference | (Inherited from Object) |
Scheme |
Return the scheme portion of the intent's data. (Inherited from Intent) |
Selector |
Return the specific selector associated with this Intent. -or- Set a selector for this Intent. (Inherited from Intent) |
SourceBounds |
Get the bounds of the sender of this intent, in screen coordinates. -or- Set the bounds of the sender of this intent, in screen coordinates. (Inherited from Intent) |
SourcePackage |
Return the name of the package holding label and icon resources. |
ThresholdClass |
This API supports the Mono for Android infrastructure and is not intended to be used directly from your code. |
ThresholdType |
This API supports the Mono for Android infrastructure and is not intended to be used directly from your code. |
Type |
Retrieve any explicit MIME type included in the intent. (Inherited from Intent) |
Methods
AddCategory(String) |
Add a new category to the intent. (Inherited from Intent) |
AddFlags(ActivityFlags) |
Add additional flags to the intent (or with existing flags value). (Inherited from Intent) |
Clone() |
Creates and returns a copy of this |
CloneFilter() |
Make a clone of only the parts of the Intent that are relevant for filter matching: the action, data, type, component, and categories. (Inherited from Intent) |
DescribeContents() |
Describe the kinds of special objects contained in this Parcelable's marshalled representation. (Inherited from Intent) |
Dispose() | (Inherited from Object) |
Dispose(Boolean) | (Inherited from Object) |
Equals(Object) |
Indicates whether some other object is "equal to" this one. (Inherited from Object) |
FillIn(Intent, FillInFlags) |
Copy the contents of <var>other</var> in to this object, but only where fields are not defined by this object. (Inherited from Intent) |
FilterEquals(Intent) |
Determine if two intents are the same for the purposes of intent resolution (filtering). (Inherited from Intent) |
FilterHashCode() |
Generate hash code that matches semantics of filterEquals(). (Inherited from Intent) |
GetBooleanArrayExtra(String) |
Retrieve extended data from the intent. (Inherited from Intent) |
GetBooleanExtra(String, Boolean) |
Retrieve extended data from the intent. (Inherited from Intent) |
GetBundleExtra(String) |
Retrieve extended data from the intent. (Inherited from Intent) |
GetByteArrayExtra(String) |
Retrieve extended data from the intent. (Inherited from Intent) |
GetByteExtra(String, SByte) |
Retrieve extended data from the intent. (Inherited from Intent) |
GetCharArrayExtra(String) |
Retrieve extended data from the intent. (Inherited from Intent) |
GetCharExtra(String, Char) |
Retrieve extended data from the intent. (Inherited from Intent) |
GetCharSequenceArrayExtra(String) |
Retrieve extended data from the intent. (Inherited from Intent) |
GetCharSequenceArrayExtraFormatted(String) |
Retrieve extended data from the intent. (Inherited from Intent) |
GetCharSequenceArrayListExtra(String) |
Retrieve extended data from the intent. (Inherited from Intent) |
GetCharSequenceExtra(String) |
Retrieve extended data from the intent. (Inherited from Intent) |
GetCharSequenceExtraFormatted(String) |
Retrieve extended data from the intent. (Inherited from Intent) |
GetDoubleArrayExtra(String) |
Retrieve extended data from the intent. (Inherited from Intent) |
GetDoubleExtra(String, Double) |
Retrieve extended data from the intent. (Inherited from Intent) |
GetFloatArrayExtra(String) |
Retrieve extended data from the intent. (Inherited from Intent) |
GetFloatExtra(String, Single) |
Retrieve extended data from the intent. (Inherited from Intent) |
GetHashCode() |
Returns a hash code value for the object. (Inherited from Object) |
GetIntArrayExtra(String) |
Retrieve extended data from the intent. (Inherited from Intent) |
GetIntegerArrayListExtra(String) |
Retrieve extended data from the intent. (Inherited from Intent) |
GetIntExtra(String, Int32) |
Retrieve extended data from the intent. (Inherited from Intent) |
GetLongArrayExtra(String) |
Retrieve extended data from the intent. (Inherited from Intent) |
GetLongExtra(String, Int64) |
Retrieve extended data from the intent. (Inherited from Intent) |
GetParcelableArrayExtra(String, Class) |
Retrieve extended data from the intent. (Inherited from Intent) |
GetParcelableArrayExtra(String) |
Retrieve extended data from the intent. (Inherited from Intent) |
GetParcelableArrayListExtra(String, Class) |
Retrieve extended data from the intent. (Inherited from Intent) |
GetParcelableArrayListExtra(String) |
Retrieve extended data from the intent. (Inherited from Intent) |
GetParcelableExtra(String, Class) |
Retrieve extended data from the intent. (Inherited from Intent) |
GetParcelableExtra(String) |
Retrieve extended data from the intent. (Inherited from Intent) |
GetSerializableExtra(String, Class) |
Retrieve extended data from the intent. (Inherited from Intent) |
GetSerializableExtra(String) |
Retrieve extended data from the intent. (Inherited from Intent) |
GetShortArrayExtra(String) |
Retrieve extended data from the intent. (Inherited from Intent) |
GetShortExtra(String, Int16) |
Retrieve extended data from the intent. (Inherited from Intent) |
GetStringArrayExtra(String) |
Retrieve extended data from the intent. (Inherited from Intent) |
GetStringArrayListExtra(String) |
Retrieve extended data from the intent. (Inherited from Intent) |
GetStringExtra(String) |
Retrieve extended data from the intent. (Inherited from Intent) |
HasCategory(String) |
Check if a category exists in the intent. (Inherited from Intent) |
HasExtra(String) |
Returns true if an extra value is associated with the given name. (Inherited from Intent) |
JavaFinalize() |
Called by the garbage collector on an object when garbage collection determines that there are no more references to the object. (Inherited from Object) |
LoadIcon(PackageManager) |
Retrieve the icon associated with this object. |
LoadLabel(PackageManager) |
Retrieve the label associated with this object. |
LoadLabelFormatted(PackageManager) |
Retrieve the label associated with this object. |
Notify() |
Wakes up a single thread that is waiting on this object's monitor. (Inherited from Object) |
NotifyAll() |
Wakes up all threads that are waiting on this object's monitor. (Inherited from Object) |
PutCharSequenceArrayListExtra(String, IList<ICharSequence>) |
Add extended data to the intent. (Inherited from Intent) |
PutExtra(String, Boolean) |
Add extended data to the intent. (Inherited from Intent) |
PutExtra(String, Boolean[]) |
Add extended data to the intent. (Inherited from Intent) |
PutExtra(String, Bundle) |
Add extended data to the intent. (Inherited from Intent) |
PutExtra(String, Byte[]) |
Add extended data to the intent. (Inherited from Intent) |
PutExtra(String, Char) |
Add extended data to the intent. (Inherited from Intent) |
PutExtra(String, Char[]) |
Add extended data to the intent. (Inherited from Intent) |
PutExtra(String, Double) |
Add extended data to the intent. (Inherited from Intent) |
PutExtra(String, Double[]) |
Add extended data to the intent. (Inherited from Intent) |
PutExtra(String, ICharSequence) |
Add extended data to the intent. (Inherited from Intent) |
PutExtra(String, ICharSequence[]) |
Add extended data to the intent. (Inherited from Intent) |
PutExtra(String, Int16) |
Add extended data to the intent. (Inherited from Intent) |
PutExtra(String, Int16[]) |
Add extended data to the intent. (Inherited from Intent) |
PutExtra(String, Int32) |
Add extended data to the intent. (Inherited from Intent) |
PutExtra(String, Int32[]) |
Add extended data to the intent. (Inherited from Intent) |
PutExtra(String, Int64) |
Add extended data to the intent. (Inherited from Intent) |
PutExtra(String, Int64[]) |
Add extended data to the intent. (Inherited from Intent) |
PutExtra(String, IParcelable) |
Add extended data to the intent. (Inherited from Intent) |
PutExtra(String, IParcelable[]) |
Add extended data to the intent. (Inherited from Intent) |
PutExtra(String, ISerializable) |
Add extended data to the intent. (Inherited from Intent) |
PutExtra(String, SByte) |
Add extended data to the intent. (Inherited from Intent) |
PutExtra(String, Single) |
Add extended data to the intent. (Inherited from Intent) |
PutExtra(String, Single[]) |
Add extended data to the intent. (Inherited from Intent) |
PutExtra(String, String) |
Add extended data to the intent. (Inherited from Intent) |
PutExtra(String, String[]) |
Add extended data to the intent. (Inherited from Intent) |
PutExtras(Bundle) |
Add a set of extended data to the intent. (Inherited from Intent) |
PutExtras(Intent) |
Copy all extras in 'src' in to this intent. (Inherited from Intent) |
PutIntegerArrayListExtra(String, IList<Integer>) |
Add extended data to the intent. (Inherited from Intent) |
PutParcelableArrayListExtra(String, IList<IParcelable>) |
Add extended data to the intent. (Inherited from Intent) |
PutStringArrayListExtra(String, IList<String>) |
Add extended data to the intent. (Inherited from Intent) |
ReadFromParcel(Parcel) | (Inherited from Intent) |
RemoveCategory(String) |
Remove a category from an intent. (Inherited from Intent) |
RemoveExtra(String) |
Remove extended data from the intent. (Inherited from Intent) |
RemoveFlags(ActivityFlags) |
Remove these flags from the intent. (Inherited from Intent) |
ReplaceExtras(Bundle) |
Completely replace the extras in the Intent with the given Bundle of extras. (Inherited from Intent) |
ReplaceExtras(Intent) |
Completely replace the extras in the Intent with the extras in the given Intent. (Inherited from Intent) |
ResolveActivity(PackageManager) |
Return the Activity component that should be used to handle this intent. (Inherited from Intent) |
ResolveActivityInfo(PackageManager, PackageInfoFlags) |
Resolve the Intent into an |
ResolveType(ContentResolver) |
Return the MIME data type of this intent. (Inherited from Intent) |
ResolveType(Context) |
Return the MIME data type of this intent. (Inherited from Intent) |
ResolveTypeIfNeeded(ContentResolver) |
Return the MIME data type of this intent, only if it will be needed for intent resolution. (Inherited from Intent) |
SetAction(String) |
Set the general action to be performed. (Inherited from Intent) |
SetClass(Context, Class) |
Convenience for calling |
SetClass(Context, Type) | (Inherited from Intent) |
SetClassName(Context, String) |
Convenience for calling |
SetClassName(String, String) |
Convenience for calling |
SetComponent(ComponentName) |
(Usually optional) Explicitly set the component to handle the intent. (Inherited from Intent) |
SetData(Uri) |
Set the data this intent is operating on. (Inherited from Intent) |
SetDataAndNormalize(Uri) |
Normalize and set the data this intent is operating on. (Inherited from Intent) |
SetDataAndType(Uri, String) |
(Usually optional) Set the data for the intent along with an explicit MIME data type. (Inherited from Intent) |
SetDataAndTypeAndNormalize(Uri, String) |
(Usually optional) Normalize and set both the data Uri and an explicit MIME data type. (Inherited from Intent) |
SetExtrasClassLoader(ClassLoader) |
Sets the ClassLoader that will be used when unmarshalling any Parcelable values from the extras of this Intent. (Inherited from Intent) |
SetFlags(ActivityFlags) |
Set special flags controlling how this intent is handled. (Inherited from Intent) |
SetHandle(IntPtr, JniHandleOwnership) |
Sets the Handle property. (Inherited from Object) |
SetIdentifier(String) |
Set an identifier for this Intent. (Inherited from Intent) |
SetPackage(String) |
(Usually optional) Set an explicit application package name that limits the components this Intent will resolve to. (Inherited from Intent) |
SetType(String) |
Set an explicit MIME data type. (Inherited from Intent) |
SetTypeAndNormalize(String) |
Normalize and set an explicit MIME data type. (Inherited from Intent) |
ToArray<T>() | (Inherited from Object) |
ToString() |
Returns a string representation of the object. (Inherited from Object) |
ToURI() |
Obsolete.
Call |
ToUri(IntentUriType) |
Convert this Intent into a String holding a URI representation of it. (Inherited from Intent) |
UnregisterFromRuntime() | (Inherited from Object) |
Wait() |
Causes the current thread to wait until it is awakened, typically by being <em>notified</em> or <em>interrupted</em>. (Inherited from Object) |
Wait(Int64, Int32) |
Causes the current thread to wait until it is awakened, typically by being <em>notified</em> or <em>interrupted</em>, or until a certain amount of real time has elapsed. (Inherited from Object) |
Wait(Int64) |
Causes the current thread to wait until it is awakened, typically by being <em>notified</em> or <em>interrupted</em>, or until a certain amount of real time has elapsed. (Inherited from Object) |
WriteToParcel(Parcel, ParcelableWriteFlags) |
Flatten this object in to a Parcel. (Inherited from Intent) |
Explicit Interface Implementations
IJavaPeerable.Disposed() | (Inherited from Object) |
IJavaPeerable.DisposeUnlessReferenced() | (Inherited from Object) |
IJavaPeerable.Finalized() | (Inherited from Object) |
IJavaPeerable.JniManagedPeerState | (Inherited from Object) |
IJavaPeerable.SetJniIdentityHashCode(Int32) | (Inherited from Object) |
IJavaPeerable.SetJniManagedPeerState(JniManagedPeerStates) | (Inherited from Object) |
IJavaPeerable.SetPeerReference(JniObjectReference) | (Inherited from Object) |
Extension Methods
JavaCast<TResult>(IJavaObject) |
Performs an Android runtime-checked type conversion. |
JavaCast<TResult>(IJavaObject) | |
GetJniTypeName(IJavaPeerable) |