Android.Content.Intent: Field Members

The fields of Android.Content.Intent are listed below. For a list of all members, see the Intent Members list.

See Also: Inherited members from Java.Lang.Object

Public Fields

const
ActionAirplaneModeChangedstring.
const
ActionAllAppsstring. Activity Action: List all available applications
const
ActionAnswerstring. Activity Action: Handle an incoming phone call.
const
ActionAppErrorstring. Activity Action: The user pressed the "Report" button in the crash/ANR dialog.
const
ActionApplicationRestrictionsChangedstring. Broadcast Action: Sent after application restrictions are changed.
const
ActionAssiststring. Activity Action: Perform assist action.
const
ActionAttachDatastring. Used to indicate that some piece of data should be attached to some other place.
const
ActionBatteryChangedstring. Broadcast Action: This is a sticky broadcast containing the charging state, level, and other information about the battery.
const
ActionBatteryLowstring. Broadcast Action: Indicates low battery condition on the device.
const
ActionBatteryOkaystring. Broadcast Action: Indicates the battery is now okay after being low.
const
ActionBootCompletedstring. Broadcast Action: This is broadcast once, after the system has finished booting.
const
ActionBugReportstring. Activity Action: Show activity for reporting a bug.
const
ActionCallstring. Activity Action: Perform a call to someone specified by the data.
const
ActionCallButtonstring. Activity Action: The user pressed the "call" button to go to the dialer or other appropriate UI for placing a call.
const
ActionCameraButtonstring. Broadcast Action: The "Camera Button" was pressed.
const
ActionChooserstring. Activity Action: Display an activity chooser, allowing the user to pick what they want to before proceeding.
const
ActionCloseSystemDialogsstring. Broadcast Action: This is broadcast when a user action should request a temporary system dialog to dismiss.
const
ActionConfigurationChangedstring. Broadcast Action: The current device Android.Content.Res.Configuration (orientation, locale, etc) has changed.
const
ActionCreateDocumentstring. Activity Action: Allow the user to create a new document.
const
ActionCreateShortcutstring. Activity Action: Creates a shortcut.
const
ActionDateChangedstring. Broadcast Action: The date has changed.
const
ActionDefaultstring. A synonym for Intent.ActionView, the "standard" action that is performed on a piece of data.
const
ActionDeletestring. Activity Action: Delete the given data from its container.
const
ActionDeviceStorageLowstring. Broadcast Action: A sticky broadcast that indicates low memory condition on the device
const
ActionDeviceStorageOkstring. Broadcast Action: Indicates low memory condition on the device no longer exists
const
ActionDialstring. Activity Action: Dial a number as specified by the data.
const
ActionDockEventstring. Broadcast Action: A sticky broadcast for changes in the physical docking state of the device.
const
ActionDreamingStartedstring. Broadcast Action: Sent after the system starts dreaming.
const
ActionDreamingStoppedstring. Broadcast Action: Sent after the system stops dreaming.
const
ActionEditstring. Activity Action: Provide explicit editable access to the given data.
const
ActionExternalApplicationsAvailablestring. Broadcast Action: Resources for a set of packages (which were previously unavailable) are currently available since the media on which they exist is available.
const
ActionExternalApplicationsUnavailablestring. Broadcast Action: Resources for a set of packages are currently unavailable since the media on which they exist is unavailable.
const
ActionFactoryTeststring. Activity Action: Main entry point for factory tests.
const
ActionGetContentstring. Activity Action: Allow the user to select a particular kind of data and return it.
const
ActionGetRestrictionEntriesstring. Broadcast to a specific application to query any supported restrictions to impose on restricted users.
const
ActionGtalkServiceConnectedstring. Broadcast Action: A GTalk connection has been established.
const
ActionGtalkServiceDisconnectedstring. Broadcast Action: A GTalk connection has been disconnected.
const
ActionHeadsetPlugstring. Broadcast Action: Wired Headset plugged in or unplugged.
const
ActionInputMethodChangedstring. Broadcast Action: An input method has been changed.
const
ActionInsertstring. Activity Action: Insert an empty item into the given container.
const
ActionInsertOrEditstring. Activity Action: Pick an existing item, or insert a new item, and then edit it.
const
ActionInstallPackagestring. Activity Action: Launch application installer.
const
ActionLocaleChangedstring. Broadcast Action: The current device's locale has changed.
const
ActionMainstring. Activity Action: Start as a main entry point, does not expect to receive data.
const
ActionManagedProfileAddedstring. Broadcast sent to the primary user when an associated managed profile is added (the profile was created and is ready to be used).
const
ActionManagedProfileRemovedstring. Broadcast sent to the primary user when an associated managed profile is removed.
const
ActionManageNetworkUsagestring. Activity Action: Show settings for managing network data usage of a specific application.
const
ActionManagePackageStoragestring. Broadcast Action: Indicates low memory condition notification acknowledged by user and package management should be started.
const
ActionMediaBadRemovalstring. Broadcast Action: External media was removed from SD card slot, but mount point was not unmounted.
const
ActionMediaButtonstring. Broadcast Action: The "Media Button" was pressed.
const
ActionMediaCheckingstring. 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.mData field.
const
ActionMediaEjectstring. Broadcast Action: User has expressed the desire to remove the external storage media.
const
ActionMediaMountedstring. Broadcast Action: External media is present and mounted at its mount point.
const
ActionMediaNofsstring. 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.mData field.
const
ActionMediaRemovedstring. Broadcast Action: External media has been removed.
const
ActionMediaScannerFinishedstring. Broadcast Action: The media scanner has finished scanning a directory.
const
ActionMediaScannerScanFilestring. Broadcast Action: Request the media scanner to scan a file and add it to the media database.
const
ActionMediaScannerStartedstring. Broadcast Action: The media scanner has started scanning a directory.
const
ActionMediaSharedstring. Broadcast Action: External media is unmounted because it is being shared via USB mass storage.
const
ActionMediaUnmountablestring. Broadcast Action: External media is present but cannot be mounted.
const
ActionMediaUnmountedstring. Broadcast Action: External media is present, but not mounted at its mount point.
const
ActionMyPackageReplacedstring. Broadcast Action: A new version of your application has been installed over an existing one.
const
ActionNewOutgoingCallstring. Broadcast Action: An outgoing call is about to be placed.
const
ActionOpenDocumentstring. Activity Action: Allow the user to select and return one or more existing documents.
const
ActionOpenDocumentTreestring. Activity Action: Allow the user to pick a directory subtree.
const
ActionPackageAddedstring. Broadcast Action: A new application package has been installed on the device.
const
ActionPackageChangedstring. Broadcast Action: An existing application package has been changed (e.g. a component has been enabled or disabled).
const
ActionPackageDataClearedstring. Broadcast Action: The user has cleared the data of a package.
const
ActionPackageFirstLaunchstring. 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).
const
ActionPackageFullyRemovedstring. Broadcast Action: An existing application package has been completely removed from the device.
const
ActionPackageInstallstring. Broadcast Action: Trigger the download and eventual installation of a package.
const
ActionPackageNeedsVerificationstring. Broadcast Action: Sent to the system package verifier when a package needs to be verified.
const
ActionPackageRemovedstring. Broadcast Action: An existing application package has been removed from the device.
const
ActionPackageReplacedstring. Broadcast Action: A new version of an application package has been installed, replacing an existing version that was previously installed.
const
ActionPackageRestartedstring. Broadcast Action: The user has restarted a package, and all of its processes have been killed.
const
ActionPackageVerifiedstring. Broadcast Action: Sent to the system package verifier when a package is verified.
const
ActionPastestring. Activity Action: Create a new item in the given container, initializing it from the current contents of the clipboard.
const
ActionPickstring. Activity Action: Pick an item from the data, returning what was selected.
const
ActionPickActivitystring. Activity Action: Pick an activity given an intent, returning the class selected.
const
ActionPowerConnectedstring. Broadcast Action: External power has been connected to the device.
const
ActionPowerDisconnectedstring. Broadcast Action: External power has been removed from the device.
const
ActionPowerUsageSummarystring. Activity Action: Show power usage information to the user.
const
ActionProviderChangedstring. 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.
const
ActionQuickClockstring. Sent when the user taps on the clock widget in the system's "quick settings" area.
const
ActionRebootstring. Broadcast Action: Have the device reboot.
const
ActionRunstring. Activity Action: Run the data, whatever that means.
const
ActionScreenOffstring. Broadcast Action: Sent when the device goes to sleep and becomes non-interactive.
const
ActionScreenOnstring. Broadcast Action: Sent when the device wakes up and becomes interactive.
const
ActionSearchstring. Activity Action: Perform a search.
const
ActionSearchLongPressstring. Activity Action: Start action associated with long pressing on the search key.
const
ActionSendstring. Activity Action: Deliver some data to someone else.
const
ActionSendMultiplestring. Activity Action: Deliver multiple data to someone else.
const
ActionSendtostring. Activity Action: Send a message to someone specified by the data.
const
ActionSetWallpaperstring. Activity Action: Show settings for choosing wallpaper
const
ActionShutdownstring. Broadcast Action: Device is shutting down.
const
ActionSyncstring. Activity Action: Perform a data synchronization.
const
ActionSystemTutorialstring. Activity Action: Start the platform-defined tutorial
const
ActionTimeChangedstring. Broadcast Action: The time was set.
const
ActionTimeTickstring. Broadcast Action: The current time has changed.
const
ActionTimezoneChangedstring. Broadcast Action: The timezone has changed.
const
ActionUidRemovedstring. Broadcast Action: A user ID has been removed from the system.
const
ActionUmsConnectedstring. Broadcast Action: The device has entered USB Mass Storage mode.
const
ActionUmsDisconnectedstring. Broadcast Action: The device has exited USB Mass Storage mode.
const
ActionUninstallPackagestring. Activity Action: Launch application uninstaller.
const
ActionUserBackgroundstring. Sent when a user switch is happening, causing the process's user to be sent to the background.
const
ActionUserForegroundstring. Sent when a user switch is happening, causing the process's user to be brought to the foreground.
const
ActionUserInitializestring. Sent the first time a user is starting, to allow system apps to perform one time initialization.
const
ActionUserPresentstring. Broadcast Action: Sent when the user is present after device wakes up (e.g when the keyguard is gone).
const
ActionViewstring. Activity Action: Display the data to the user.
const
ActionVoiceCommandstring. Activity Action: Start Voice Command.
const
ActionWallpaperChangedstring. Broadcast Action: The current system wallpaper has changed.
const
ActionWebSearchstring. Activity Action: Perform a web search.
const
CategoryAlternativestring. Set if the activity should be considered as an alternative action to the data the user is currently viewing.
const
CategoryAppBrowserstring. Used with Intent.ActionMain to launch the browser application.
const
CategoryAppCalculatorstring. Used with Intent.ActionMain to launch the calculator application.
const
CategoryAppCalendarstring. Used with Intent.ActionMain to launch the calendar application.
const
CategoryAppContactsstring. Used with Intent.ActionMain to launch the contacts application.
const
CategoryAppEmailstring. Used with Intent.ActionMain to launch the email application.
const
CategoryAppGallerystring. Used with Intent.ActionMain to launch the gallery application.
const
CategoryAppMapsstring. Used with Intent.ActionMain to launch the maps application.
const
CategoryAppMarketstring. This activity allows the user to browse and download new applications.
const
CategoryAppMessagingstring. Used with Intent.ActionMain to launch the messaging application.
const
CategoryAppMusicstring. Used with Intent.ActionMain to launch the music application.
const
CategoryBrowsablestring. Activities that can be safely invoked from a browser must support this category.
const
CategoryCarDockstring. An activity to run when device is inserted into a car dock.
const
CategoryCarModestring. Used to indicate that the activity can be used in a car environment.
const
CategoryDefaultstring. Set if the activity should be an option for the default action (center press) to perform on a piece of data.
const
CategoryDeskDockstring. An activity to run when device is inserted into a car dock.
const
CategoryDevelopmentPreferencestring. This activity is a development preference panel.
const
CategoryEmbedstring. Capable of running inside a parent activity container.
const
CategoryFrameworkInstrumentationTeststring. To be used as code under test for framework instrumentation tests.
const
CategoryHeDeskDockstring. An activity to run when device is inserted into a digital (high end) dock.
const
CategoryHomestring. This is the home activity, that is the first activity that is displayed when the device boots.
const
CategoryInfostring. Provides information about the package it is in; typically used if a package does not contain a Intent.CategoryLauncher to provide a front-door to the user without having to be shown in the all apps list.
const
CategoryLauncherstring. Should be displayed in the top-level launcher.
const
CategoryLeanbackLauncherstring. Indicates an activity optimized for Leanback mode, and that should be displayed in the Leanback launcher.
const
CategoryLeDeskDockstring. An activity to run when device is inserted into a analog (low end) dock.
const
CategoryMonkeystring. This activity may be exercised by the monkey or other automated test tools.
const
CategoryOpenablestring. Used to indicate that an intent only wants URIs that can be opened with ContentResolver.OpenFileDescriptor(Android.Net.Uri, System.String).
const
CategoryPreferencestring. This activity is a preference panel.
const
CategorySampleCodestring. To be used as a sample code example (not part of the normal user experience).
const
CategorySelectedAlternativestring. Set if the activity should be considered as an alternative selection action to the data the user has currently selected.
const
CategoryTabstring. Intended to be used as a tab inside of a containing TabActivity.
const
CategoryTeststring. To be used as a test (not part of the normal user experience).
const
CategoryUnitTeststring. To be used as a unit test (run through the Test Harness).
const
ExtraAlarmCountstring. Used as an int extra field in Android.App.AlarmManager intents to tell the application being invoked how many pending alarms are being delievered with the intent.
const
ExtraAllowMultiplestring. Extra used to indicate that an intent can allow the user to select and return multiple items.
const
ExtraAllowReplacestring. Used as a boolean extra field with Intent.ActionInstallPackage to install a package.
const
ExtraAssistContextstring. An optional field on Intent.ActionAssist and containing additional contextual information supplied by the current foreground app at the time of the assist request.
const
ExtraAssistInputHintKeyboardstring. An optional field on Intent.ActionAssist suggesting that the user will likely use a keyboard as the primary input device for assistance.
const
ExtraAssistPackagestring. An optional field on Intent.ActionAssist containing the name of the current foreground application package at the time the assist was invoked.
const
ExtraBccstring. A String[] holding e-mail addresses that should be blind carbon copied.
const
ExtraBugReportstring. Used as a parcelable extra field in Intent.ActionAppError, containing the bug report.
const
ExtraCcstring. A String[] holding e-mail addresses that should be carbon copied.
const
ExtraChangedComponentNamestring.
const
ExtraChangedComponentNameListstring. This field is part of Intent.ActionPackageChanged, and contains a string array of all of the components that have changed.
const
ExtraChangedPackageListstring. This field is part of Intent.ActionExternalApplicationsAvailable, Intent.ActionExternalApplicationsUnavailable and contains a string array of all of the components that have changed.
const
ExtraChangedUidListstring. This field is part of Intent.ActionExternalApplicationsAvailable, Intent.ActionExternalApplicationsUnavailable and contains an integer array of uids of all of the components that have changed.
const
ExtraDataRemovedstring. Used as a boolean extra field in Intent.ActionPackageRemoved intents to indicate whether this represents a full uninstall (removing both the code and its data) or a partial uninstall (leaving its data, implying that this is an update).
const
ExtraDockStatestring. Used as an int extra field in Intent.ActionDockEvent intents to request the dock state.
const
ExtraDontKillAppstring. Used as a boolean extra field in Intent.ActionPackageRemoved or Intent.ActionPackageChanged intents to override the default action of restarting the application.
const
ExtraEmailstring. A String[] holding e-mail addresses that should be delivered to.
const
ExtraHtmlTextstring. A constant String that is associated with the Intent, used with Intent.ActionSend to supply an alternative to Intent.ExtraText as HTML formatted text.
const
ExtraInitialIntentsstring. A Parcelable[] of Android.Content.Intent or Android.Content.PM.LabeledIntent objects as set with Intent.PutExtra(string, Android.OS.IParcelable[]) of additional activities to place a the front of the list of choices, when shown to the user with a Intent.ActionChooser.
const
ExtraInstallerPackageNamestring. Used as a string extra field with Intent.ActionInstallPackage to install a package.
const
ExtraIntentstring. An Intent describing the choices you would like shown with Intent.ActionPickActivity.
const
ExtraKeyEventstring. A Android.Views.KeyEvent object containing the event that triggered the creation of the Intent it is in.
const
ExtraLocalOnlystring. Extra used to indicate that an intent should only return data that is on the local device.
const
ExtraMimeTypesstring. Extra used to communicate a set of acceptable MIME types.
const
ExtraNotUnknownSourcestring. Used as a boolean extra field with Intent.ActionInstallPackage to install a package.
const
ExtraOriginatingUristring. Used as a URI extra field with Intent.ActionInstallPackage and Intent.ActionView to indicate the URI from which the local APK in the Intent data field originated from.
const
ExtraPhoneNumberstring. A String holding the phone number originally entered in Intent.ActionNewOutgoingCall, or the actual number to call in a Intent.ActionCall.
const
ExtraReferrerstring. Used as a URI extra field with Intent.ActionInstallPackage and Intent.ActionView to indicate the HTTP referrer URI associated with the Intent data field or Intent.ExtraOriginatingUri.
const
ExtraRemoteIntentTokenstring. Used in the extra field in the remote intent.
const
ExtraReplacementExtrasstring. A Bundle forming a mapping of potential target package names to different extras Bundles to add to the default intent extras in Intent.ExtraIntent when used with Intent.ActionChooser.
const
ExtraReplacingstring. Used as a boolean extra field in Intent.ActionPackageRemoved intents to indicate that this is a replacement of the package, so this broadcast will immediately be followed by an add broadcast for a different version of the same package.
const
ExtraRestrictionsBundlestring. Extra sent in the intent to the BroadcastReceiver that handles Intent.ActionGetRestrictionEntries.
const
ExtraRestrictionsIntentstring. Extra used in the response from a BroadcastReceiver that handles Intent.ActionGetRestrictionEntries.
const
ExtraRestrictionsListstring. Extra used in the response from a BroadcastReceiver that handles Intent.ActionGetRestrictionEntries.
const
ExtraReturnResultstring. Used as a boolean extra field with Intent.ActionInstallPackage or Intent.ActionUninstallPackage.
const
ExtraShortcutIconstring. The name of the extra used to define the icon, as a Bitmap, of a shortcut.
const
ExtraShortcutIconResourcestring. The name of the extra used to define the icon, as a ShortcutIconResource, of a shortcut.
const
ExtraShortcutIntentstring. The name of the extra used to define the Intent of a shortcut.
const
ExtraShortcutNamestring. The name of the extra used to define the name of a shortcut.
const
ExtraShutdownUserspaceOnlystring. Optional extra for Intent.ActionShutdown that allows the sender to qualify that this shutdown is only for the user space of the system, not a complete shutdown.
const
ExtraStreamstring. A content: URI holding a stream of data associated with the Intent, used with Intent.ActionSend to supply the data being sent.
const
ExtraSubjectstring. A constant string holding the desired subject line of a message.
const
ExtraTemplatestring. The initial data to place in a newly created record.
const
ExtraTextstring. A constant CharSequence that is associated with the Intent, used with Intent.ActionSend to supply the literal data to be sent.
const
ExtraTitlestring. A CharSequence dialog title to provide to the user when used with a Intent.ActionChooser.
const
ExtraUidstring. Used as an int extra field in Intent.ActionUidRemoved intents to supply the uid the package had been assigned.
const
ExtraUserstring. The UserHandle carried with broadcasts intents related to addition and removal of managed profiles - Intent.ActionManagedProfileAdded and Intent.ActionManagedProfileRemoved.
const
MetadataDockHomestring. 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.
const
UriIntentSchemeIntentUriType (1). Flag for use with Intent.ToUri(IntentUriType) and Intent.ParseUri(string, Android.Content.IntentUriType): the URI string always has the "intent:" scheme.