API Diff Specification
To Version: Android SDK 0.9_r1
From Version: Android SDK m5-rc14
Generated 2008.08.14 15:44

Class android.content.Intent

Removed Methods
Intent addLaunchFlags(int) Add additional launch flags to the intent (or with existing flags value).
int getLaunchFlags() Retrieve any special launch flags associated with this intent.
Intent setLaunchFlags(int) Set special launch flags controlling how this intent is handled.
 

Added Methods
Intent addFlags(int) Add additional flags to the intent (or with existing flags value).
Intent cloneFilter() Make a clone of only the parts of the Intent that are relevant for filter matching: the action, data, type, component, and categories.
Intent createChooser(Intent, CharSequence) Convenience function for creating a .ACTION_CHOOSER Intent.
int describeContents()  
int fillIn(Intent, int) Copy the contents of other in to this object, but only where fields are not defined by this object.
boolean[] getBooleanArrayExtra(String) Retrieve extended data from the intent.
byte[] getByteArrayExtra(String) Retrieve extended data from the intent.
char[] getCharArrayExtra(String) Retrieve extended data from the intent.
String getDataString() The same as .getData(), but returns the URI as an encoded String.
double[] getDoubleArrayExtra(String) Retrieve extended data from the intent.
int getFlags() Retrieve any special flags associated with this intent.
float[] getFloatArrayExtra(String) Retrieve extended data from the intent.
int[] getIntArrayExtra(String) Retrieve extended data from the intent.
ArrayList<Integer> getIntegerArrayListExtra(String) Retrieve extended data from the intent.
Intent getIntentOld(String)  
long[] getLongArrayExtra(String) Retrieve extended data from the intent.
ArrayList<T> getParcelableArrayListExtra(String) Retrieve extended data from the intent.
short[] getShortArrayExtra(String) Retrieve extended data from the intent.
String[] getStringArrayExtra(String) Retrieve extended data from the intent.
ArrayList<String> getStringArrayListExtra(String) Retrieve extended data from the intent.
boolean hasFileDescriptors() Returns true if the Intent's extras contain a parcelled file descriptor.
Intent parseIntent(Resources, XmlPullParser, AttributeSet) Parses the "intent" element (and its children) from XML and instantiates an Intent object.
Intent putExtra(String, boolean[]) Add extended data to the intent.
Intent putExtra(String, byte[]) Add extended data to the intent.
Intent putExtra(String, char[]) Add extended data to the intent.
Intent putExtra(String, double[]) Add extended data to the intent.
Intent putExtra(String, float[]) Add extended data to the intent.
Intent putExtra(String, int[]) Add extended data to the intent.
Intent putExtra(String, String[]) Add extended data to the intent.
Intent putExtra(String, long[]) Add extended data to the intent.
Intent putExtra(String, short[]) Add extended data to the intent.
Intent putIntegerArrayListExtra(String, ArrayList<Integer>) Add extended data to the intent.
Intent putParcelableArrayListExtra(String, ArrayList<Parcelable>) Add extended data to the intent.
Intent putStringArrayListExtra(String, ArrayList<String>) Add extended data to the intent.
Intent setFlags(int) Set special flags controlling how this intent is handled.
 

Changed Methods
Object clone() Change in exceptions thrown from java.lang.CloneNotSupportedException to no exceptions.
Method was inherited from java.lang.Object, but is now defined locally. Change of visibility from protected to public.
 
Parcelable getParcelableExtra(String) Change in return type from android.os.Parcelable to (T extends android.os.Parcelable).
Retrieve extended data from the intent.
ActivityInfo resolveActivityInfo(PackageManager, int) Change in signature from PackageManager to (PackageManager, int).
Resolve the Intent into an ActivityInfo describing the activity that should execute the intent.
void writeToParcel(Parcel, int) Change in signature from Parcel to (Parcel, int).
 
Intent putExtras(Intent) Change in return type from void to Intent.
Copy all extras in 'src' in to this intent.
Intent putExtras(Bundle) Change in return type from void to Intent.
Add a set of extended data to the intent.
 

Removed Fields
String ADD_SHORTCUT_ACTION Activity Action: Add a new shortcut to the system.
String ALL_APPS_ACTION Activity Action: List all available applications
String ALTERNATIVE_CATEGORY Set if the activity should be considered as an alternative action to the data the user is currently viewing.
String ANSWER_ACTION Activity Action: Handle an incoming phone call.
String BATTERY_CHANGED_ACTION Broadcast Action: The charging state, or charge level of the battery has changed.
String BOOT_COMPLETED_ACTION Broadcast Action: This is broadcast once, after the system has finished booting.
String BROWSABLE_CATEGORY Activities that can be safely invoked from a browser must support this category.
String BUG_REPORT_ACTION Activity Action: Show activity for reporting a bug.
String CALL_ACTION Activity Action: Perform a call to someone specified by the data.
String CALL_FORWARDING_STATE_CHANGED_ACTION Broadcast Action: The phone's voice call forwarding (unconditional) state has changed.
String CAMERA_BUTTON_ACTION Broadcast Action: The "Camera Button" was pressed.
String CONFIGURATION_CHANGED_ACTION Broadcast Action: The current device android.content.Resources.Configuration (orientation, locale, etc) has changed.
String DATA_ACTIVITY_STATE_CHANGED_ACTION Broadcast Action: The phone's data activity state has changed.
String DATA_CONNECTION_STATE_CHANGED_ACTION Broadcast Action: The phone's data connection state has changed.
String DATE_CHANGED_ACTION Broadcast Action: The date has changed.
String DEFAULT_ACTION A synonym for .VIEW_ACTION, the "standard" action that is performed on a piece of data.
String DEFAULT_CATEGORY Set if the activity should be an option for the default action (center press) to perform on a piece of data.
String DELETE_ACTION Activity Action: Delete the given data from its container.
String DEVELOPMENT_PREFERENCE_CATEGORY This activity is a development preference panel.
String DIAL_ACTION Activity Action: Dial a number as specified by the data.
String EDIT_ACTION Activity Action: Provide explicit editable access to the given data.
String EMBED_CATEGORY Capable of running inside a parent activity container.
String EMERGENCY_DIAL_ACTION Activity Action: Dial an emergency number.
int EXCLUDE_FROM_RECENTS_LAUNCH If set, the new activity is not kept in the list of recently launched activities.
String FACTORY_TEST_ACTION Activity Action: Main entry point for factory tests.
int FORWARD_RESULT_LAUNCH If set and this intent is being used to launch a new activity from an existing one, then the reply target of the existing activity will be transfered to the new activity.
String FOTA_CANCEL_ACTION Broadcast Action: Sent to cancel any pending update downloads.
String FOTA_INSTALL_ACTION Broadcast Action: Sent when an update is confirmed and should be installed immediately.
String FOTA_READY_ACTION Broadcast Action: Sent when an update is downloaded and ready for install.
String FOTA_RESTART_ACTION Broadcast Action: Trigger the resumption of a stalled update download.
String FOTA_UPDATE_ACTION Broadcast Action: Trigger the download and eventual installation of an over-the-air (OTA) operating system update.
String FRAMEWORK_INSTRUMENTATION_TEST_CATEGORY To be used as code under test for framework instrumentation tests.
String GADGET_CATEGORY This activity can be embedded inside of another activity that is hosting gadgets.
String GET_CONTENT_ACTION Activity Action: Allow the user to select a particular kind of data and return it.
String GTALK_SERVICE_CONNECTED_ACTION Broadcast Action: An GTalk connection has been established.
String GTALK_SERVICE_DISCONNECTED_ACTION Broadcast Action: An GTalk connection has been disconnected.
String HOME_CATEGORY This is the home activity, that is the first activity that is displayed when the device boots.
String INSERT_ACTION Activity Action: Insert an empty item into the given container.
String INTENT_EXTRA An Intent describing the choices you would like shown with .PICK_ACTIVITY_ACTION, or the shortcut to add with .ADD_SHORTCUT_ACTION.
String KEY_EVENT_EXTRA A android.view.KeyEvent object containing the event that triggered the creation of the Intent it is in.
String LABEL_EXTRA A CharSequence initial label to provide for the user when used with a .ADD_SHORTCUT_ACTION.
String LAUNCHER_CATEGORY Should be displayed in the top-level launcher.
String MAIN_ACTION Activity Action: Start as a main entry point, does not expect to receive data.
String MEDIA_BAD_REMOVAL_ACTION Broadcast Action: External media was removed from SD card slot, but mount point was not unmounted.
String MEDIA_BUTTON_ACTION Broadcast Action: The "Media Button" was pressed.
String MEDIA_EJECT_ACTION Broadcast Action: User has expressed the desire to remove the external storage media.
String MEDIA_MOUNTED_ACTION Broadcast Action: External media is present and mounted at its mount point.
String MEDIA_REMOVED_ACTION Broadcast Action: External media has been removed.
String MEDIA_SCANNER_FINISHED_ACTION Broadcast Action: The media scanner has finished scanning a directory.
String MEDIA_SCANNER_STARTED_ACTION Broadcast Action: The media scanner has started scanning a directory.
String MEDIA_SHARED_ACTION Broadcast Action: External media is unmounted because it is being shared via USB mass storage.
String MEDIA_UNMOUNTED_ACTION Broadcast Action: External media is present, but not mounted at its mount point.
String MESSAGE_WAITING_STATE_CHANGED_ACTION Broadcast Action: The phone's message waiting (voicemail) state has changed.
int MULTIPLE_TASK_LAUNCH Used in conjunction with .NEW_TASK_LAUNCH to disable the behavior of bringing an existing task to the foreground.
String NETWORK_TICKLE_RECEIVED_ACTION Broadcast Action: A new network "tickle" notification has been received by the device.
int NEW_TASK_LAUNCH If set, this activity will become the start of a new task on this history stack.
int NO_HISTORY_LAUNCH If set, the new activity is not kept in the history stack.
String OPENABLE_CATEGORY Used to indicate that a GET_CONTENT intent only wants URIs that can be opened with ContentResolver.openInputStream.
String PACKAGE_ADDED_ACTION Broadcast Action: A new application package has been installed on the device.
String PACKAGE_CHANGED_ACTION Broadcast Action: An existing application package has been changed (e.g.
String PACKAGE_INSTALL_ACTION Broadcast Action: Trigger the download and eventual installation of a package.
String PACKAGE_REMOVED_ACTION Broadcast Action: An existing application package has been removed from the device.
String PHONE_INTERFACE_ADDED_ACTION Broadcast Action: The Phone interface is created.
String PHONE_STATE_CHANGED_ACTION

Broadcast Action: The phone state has changed.

String PICK_ACTION Activity Action: Pick an item from the data, returning what was selected.
String PICK_ACTIVITY_ACTION Activity Action: Pick an activity given an intent, returning the class selected.
String PREFERENCE_CATEGORY This activity is a preference panel.
String PROVIDER_CHANGED_ACTION 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.
String PROVISIONING_CHECK_ACTION Broadcast Action: Trigger the polling of provisioning service to download the latest settings.
String RUN_ACTION Activity Action: Run the data, whatever that means.
String SAMPLE_CODE_CATEGORY To be used as an sample code example (not part of the normal user experience).
String SCREEN_OFF_ACTION Broadcast Action: Sent after the screen turns off.
String SCREEN_ON_ACTION Broadcast Action: Sent after the screen turns on.
String SEARCH_ACTION Activity Action: Perform a search.
String SELECTED_ALTERNATIVE_CATEGORY Set if the activity should be considered as an alternative selection action to the data the user has currently selected.
String SENDTO_ACTION Activity Action: Send a message to someone specified by the data.
String SEND_ACTION Activity Action: Deliver some data to someone else.
String SERVICE_STATE_CHANGED_ACTION Broadcast Action: The phone service state has changed.
String SETTINGS_ACTION Activity Action: Show system settings
String SIGNAL_STRENGTH_CHANGED_ACTION Broadcast Action: The phone's signal strength has changed.
String SIM_STATE_CHANGED_ACTION Broadcast Action: The sim card state has changed.
int SINGLE_TOP_LAUNCH If set, the activity will not be launched if it is already running at the top of the history stack.
String STREAM_EXTRA A content: URI holding a stream of data associated with the Intent, used with .SEND_ACTION to supply the data being sent.
String SYNC_ACTION Activity Action: Perform a data synchronization.
String TAB_CATEGORY Intended to be used as a tab inside of an containing TabActivity.
String TEMPLATE_EXTRA The initial data to place in a newly created record.
String TEST_CATEGORY To be used as a test (not part of the normal user experience).
String TEXT_EXTRA A constant string that is associated with the Intent, used with .SEND_ACTION to supply the literal data to be sent.
String TIMEZONE_CHANGED_ACTION Broadcast Action: The timezone has changed.
String TIME_CHANGED_ACTION Broadcast Action: The time was set.
String TIME_TICK_ACTION Broadcast Action: The current time has changed.
String UMS_CONNECTED_ACTION Broadcast Action: The device has entered USB Mass Storage mode.
String UMS_DISCONNECTED_ACTION Broadcast Action: The device has exited USB Mass Storage mode.
String UNIT_TEST_CATEGORY To be used as a unit test (run through the Test Harness).
String VIEW_ACTION Activity Action: Display the data to the user.
String WALLPAPER_CATEGORY This activity is able to configure the wallpaper for the device
String WALLPAPER_CHANGED_ACTION Broadcast Action: The current system wallpaper has changed.
String WALLPAPER_SETTINGS_ACTION Activity Action: Show settings for choosing wallpaper
String WEB_SEARCH_ACTION Activity Action: Perform a web search.
 

Added Fields
String ACTION_AIRPLANE_MODE_CHANGED

Broadcast Action: The user has switched the phone into or out of Airplane Mode.

String ACTION_ALL_APPS Activity Action: List all available applications
String ACTION_ANSWER Activity Action: Handle an incoming phone call.
String ACTION_ATTACH_DATA Used to indicate that some piece of data should be attached to some other place.
String ACTION_BATTERY_CHANGED Broadcast Action: The charging state, or charge level of the battery has changed.
String ACTION_BATTERY_LOW Broadcast Action: Indicates low battery condition on the device.
String ACTION_BOOT_COMPLETED Broadcast Action: This is broadcast once, after the system has finished booting.
String ACTION_BUG_REPORT Activity Action: Show activity for reporting a bug.
String ACTION_CALL Activity Action: Perform a call to someone specified by the data.
String ACTION_CAMERA_BUTTON Broadcast Action: The "Camera Button" was pressed.
String ACTION_CHOOSER Activity Action: Display an activity chooser, allowing the user to pick what they want to before proceeding.
String ACTION_CLOSE_SYSTEM_DIALOGS Broadcast Action: This is broadcast when a user action should request a temporary system dialog to dismiss.
String ACTION_CONFIGURATION_CHANGED Broadcast Action: The current device android.content.res.Configuration (orientation, locale, etc) has changed.
String ACTION_CREATE_SHORTCUT Activity Action: Creates a shortcut.
String ACTION_DATE_CHANGED Broadcast Action: The date has changed.
String ACTION_DEFAULT A synonym for .ACTION_VIEW, the "standard" action that is performed on a piece of data.
String ACTION_DELETE Activity Action: Delete the given data from its container.
String ACTION_DEVICE_STORAGE_LOW Broadcast Action: Indicates low memory condition on the device
String ACTION_DEVICE_STORAGE_OK Broadcast Action: Indicates low memory condition on the device no longer exists
String ACTION_DIAL Activity Action: Dial a number as specified by the data.
String ACTION_EDIT Activity Action: Provide explicit editable access to the given data.
String ACTION_FACTORY_TEST Activity Action: Main entry point for factory tests.
String ACTION_GET_CONTENT Activity Action: Allow the user to select a particular kind of data and return it.
String ACTION_GTALK_SERVICE_CONNECTED Broadcast Action: An GTalk connection has been established.
String ACTION_GTALK_SERVICE_DISCONNECTED Broadcast Action: An GTalk connection has been disconnected.
String ACTION_HEADSET_PLUG Broadcast Action: Wired Headset plugged in or unplugged.
String ACTION_INSERT Activity Action: Insert an empty item into the given container.
String ACTION_INSERT_OR_EDIT Activity Action: Pick an existing item, or insert a new item, and then edit it.
String ACTION_MAIN Activity Action: Start as a main entry point, does not expect to receive data.
String ACTION_MANAGE_PACKAGE_STORAGE Broadcast Action: Indicates low memory condition notification acknowledged by user and package management should be started.
String ACTION_MEDIA_BAD_REMOVAL Broadcast Action: External media was removed from SD card slot, but mount point was not unmounted.
String ACTION_MEDIA_BUTTON Broadcast Action: The "Media Button" was pressed.
String ACTION_MEDIA_EJECT Broadcast Action: User has expressed the desire to remove the external storage media.
String ACTION_MEDIA_MOUNTED Broadcast Action: External media is present and mounted at its mount point.
String ACTION_MEDIA_REMOVED Broadcast Action: External media has been removed.
String ACTION_MEDIA_SCANNER_FINISHED Broadcast Action: The media scanner has finished scanning a directory.
String ACTION_MEDIA_SCANNER_SCAN_FILE Broadcast Action: Request the media scanner to scan a file and add it to the media database.
String ACTION_MEDIA_SCANNER_STARTED Broadcast Action: The media scanner has started scanning a directory.
String ACTION_MEDIA_SHARED Broadcast Action: External media is unmounted because it is being shared via USB mass storage.
String ACTION_MEDIA_UNMOUNTABLE Broadcast Action: External media is present but cannot be mounted.
String ACTION_MEDIA_UNMOUNTED Broadcast Action: External media is present, but not mounted at its mount point.
String ACTION_NEW_OUTGOING_CALL Broadcast Action: An outgoing call is about to be placed.
String ACTION_PACKAGE_ADDED Broadcast Action: A new application package has been installed on the device.
String ACTION_PACKAGE_CHANGED Broadcast Action: An existing application package has been changed (e.g.
String ACTION_PACKAGE_INSTALL Broadcast Action: Trigger the download and eventual installation of a package.
String ACTION_PACKAGE_REMOVED Broadcast Action: An existing application package has been removed from the device.
String ACTION_PACKAGE_RESTARTED Broadcast Action: The user has restarted a package, all runtime state associated with it (processes, alarms, notifications, etc) should be remove.
String ACTION_PICK Activity Action: Pick an item from the data, returning what was selected.
String ACTION_PICK_ACTIVITY Activity Action: Pick an activity given an intent, returning the class selected.
String ACTION_PROVIDER_CHANGED 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.
String ACTION_RUN Activity Action: Run the data, whatever that means.
String ACTION_SCREEN_OFF Broadcast Action: Sent after the screen turns off.
String ACTION_SCREEN_ON Broadcast Action: Sent after the screen turns on.
String ACTION_SEARCH Activity Action: Perform a search.
String ACTION_SEND Activity Action: Deliver some data to someone else.
String ACTION_SENDTO Activity Action: Send a message to someone specified by the data.
String ACTION_SET_WALLPAPER Activity Action: Show settings for choosing wallpaper
String ACTION_SYNC Activity Action: Perform a data synchronization.
String ACTION_TIMEZONE_CHANGED Broadcast Action: The timezone has changed.
String ACTION_TIME_CHANGED Broadcast Action: The time was set.
String ACTION_TIME_TICK Broadcast Action: The current time has changed.
String ACTION_UID_REMOVED Broadcast Action: A user ID has been removed from the system.
String ACTION_UMS_CONNECTED Broadcast Action: The device has entered USB Mass Storage mode.
String ACTION_UMS_DISCONNECTED Broadcast Action: The device has exited USB Mass Storage mode.
String ACTION_VIEW Activity Action: Display the data to the user.
String ACTION_VOICE_COMMAND Activity Action: Start Voice Command.
String ACTION_WALLPAPER_CHANGED Broadcast Action: The current system wallpaper has changed.
String ACTION_WEB_SEARCH Activity Action: Perform a web search.
String CATEGORY_ALTERNATIVE Set if the activity should be considered as an alternative action to the data the user is currently viewing.
String CATEGORY_BROWSABLE Activities that can be safely invoked from a browser must support this category.
String CATEGORY_DEFAULT Set if the activity should be an option for the default action (center press) to perform on a piece of data.
String CATEGORY_DEVELOPMENT_PREFERENCE This activity is a development preference panel.
String CATEGORY_EMBED Capable of running inside a parent activity container.
String CATEGORY_FRAMEWORK_INSTRUMENTATION_TEST To be used as code under test for framework instrumentation tests.
String CATEGORY_GADGET This activity can be embedded inside of another activity that is hosting gadgets.
String CATEGORY_HOME This is the home activity, that is the first activity that is displayed when the device boots.
String CATEGORY_LAUNCHER Should be displayed in the top-level launcher.
String CATEGORY_MONKEY This activity may be exercised by the monkey or other automated test tools.
String CATEGORY_OPENABLE Used to indicate that a GET_CONTENT intent only wants URIs that can be opened with ContentResolver.openInputStream.
String CATEGORY_PREFERENCE This activity is a preference panel.
String CATEGORY_SAMPLE_CODE To be used as an sample code example (not part of the normal user experience).
String CATEGORY_SELECTED_ALTERNATIVE Set if the activity should be considered as an alternative selection action to the data the user has currently selected.
String CATEGORY_TAB Intended to be used as a tab inside of an containing TabActivity.
String CATEGORY_TEST To be used as a test (not part of the normal user experience).
String CATEGORY_UNIT_TEST To be used as a unit test (run through the Test Harness).
String EXTRA_ALARM_COUNT 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.
String EXTRA_BCC A String[] holding e-mail addresses that should be blind carbon copied.
String EXTRA_CC A String[] holding e-mail addresses that should be carbon copied.
String EXTRA_DONT_KILL_APP Used as an boolean extra field in android.content.Intent.ACTION_PACKAGE_REMOVED or android.content.Intent.ACTION_PACKAGE_CHANGED intents to override the default action of restarting the application.
String EXTRA_EMAIL A String[] holding e-mail addresses that should be delivered to.
String EXTRA_INTENT An Intent describing the choices you would like shown with .ACTION_PICK_ACTIVITY.
String EXTRA_KEY_EVENT A android.view.KeyEvent object containing the event that triggered the creation of the Intent it is in.
String EXTRA_PHONE_NUMBER A String holding the phone number originally entered in android.content.Intent.ACTION_NEW_OUTGOING_CALL, or the actual number to call in a android.content.Intent.ACTION_CALL.
String EXTRA_SHORTCUT_ICON The name of the extra used to define the icon, as a Bitmap, of a shortcut.
String EXTRA_SHORTCUT_ICON_RESOURCE The name of the extra used to define the icon, as a ShortcutIconResource, of a shortcut.
String EXTRA_SHORTCUT_INTENT The name of the extra used to define the Intent of a shortcut.
String EXTRA_SHORTCUT_NAME The name of the extra used to define the name of a shortcut.
String EXTRA_STREAM A content: URI holding a stream of data associated with the Intent, used with .ACTION_SEND to supply the data being sent.
String EXTRA_SUBJECT A constant string holding the desired subject line of a message.
String EXTRA_TEMPLATE The initial data to place in a newly created record.
String EXTRA_TEXT A constant CharSequence that is associated with the Intent, used with .ACTION_SEND to supply the literal data to be sent.
String EXTRA_TITLE A CharSequence dialog title to provide to the user when used with a .ACTION_CHOOSER.
String EXTRA_UID Used as an int extra field in android.content.Intent.ACTION_UID_REMOVED intents to supply the uid the package had been assigned.
int FILL_IN_ACTION Use with .fillIn to allow the current action value to be overwritten, even if it is already set.
int FILL_IN_CATEGORIES Use with .fillIn to allow the current categories to be overwritten, even if they are already set.
int FILL_IN_COMPONENT Use with .fillIn to allow the current component value to be overwritten, even if it is already set.
int FILL_IN_DATA Use with .fillIn to allow the current data or type value overwritten, even if it is already set.
int FLAG_ACTIVITY_BROUGHT_TO_FRONT This flag is not normally set by application code, but set for you by the system as described in the launchMode documentation for the singleTask mode.
int FLAG_ACTIVITY_CLEAR_TOP If set, and the activity being launched is already running in the current task, then instead of launching a new instance of that activity, all of the other activities on top of it will be closed and this Intent will be delivered to the (now on top) old activity as a new Intent.
int FLAG_ACTIVITY_EXCLUDE_FROM_RECENTS If set, the new activity is not kept in the list of recently launched activities.
int FLAG_ACTIVITY_FORWARD_RESULT If set and this intent is being used to launch a new activity from an existing one, then the reply target of the existing activity will be transfered to the new activity.
int FLAG_ACTIVITY_MULTIPLE_TASK Used in conjunction with .FLAG_ACTIVITY_NEW_TASK to disable the behavior of bringing an existing task to the foreground.
int FLAG_ACTIVITY_NEW_TASK If set, this activity will become the start of a new task on this history stack.
int FLAG_ACTIVITY_NO_HISTORY If set, the new activity is not kept in the history stack.
int FLAG_ACTIVITY_PREVIOUS_IS_TOP If set and this intent is being used to launch a new activity from an existing one, the current activity will not be counted as the top activity for deciding whether the new intent should be delivered to the top instead of starting a new one.
int FLAG_ACTIVITY_RESET_TASK_IF_NEEDED If set, and this activity is either being started in a new task or bringing to the top an existing task, then it will be launched as the front door of the task.
int FLAG_ACTIVITY_SINGLE_TOP If set, the activity will not be launched if it is already running at the top of the history stack.
int FLAG_DEBUG_LOG_RESOLUTION A flag you can enable for debugging: when set, log messages will be printed during the resolution of this intent to show you what has been found to create the final resolved list.
int FLAG_FROM_BACKGROUND Can be set by the caller to indicate that this Intent is coming from a background operation, not from direct user interaction.
int FLAG_GRANT_READ_URI_PERMISSION If set, the recipient of this Intent will be granted permission to perform read operations on the Uri in the Intent's data.
int FLAG_GRANT_WRITE_URI_PERMISSION If set, the recipient of this Intent will be granted permission to perform write operations on the Uri in the Intent's data.
int FLAG_RECEIVER_REGISTERED_ONLY If set, when sending a broadcast only registered receivers will be called -- no BroadcastReceiver components will be launched.
 

©2008 Google - Code Home - Site Terms of Service - Privacy Policy
Generated by JDiff