Action

 

ACTION_AIRPLANE_MODE_CHANGED

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

ACTION_ALL_APPS

Activity Action: List all available applications

Input: Nothing.

ACTION_ANSWER

Activity Action: Handle an incoming phone call.

ACTION_ATTACH_DATA

Used to indicate that some piece of data should be attached to some other place.

ACTION_BATTERY_CHANGED

Broadcast Action: This is a sticky broadcast containing the charging state, level, and other information about the battery.

ACTION_BATTERY_LOW

Broadcast Action: Indicates low battery condition on the device.

ACTION_BATTERY_OKAY

Broadcast Action: Indicates the battery is now okay after being low.

ACTION_BOOT_COMPLETED

Broadcast Action: This is broadcast once, after the system has finished booting.

ACTION_BUG_REPORT

Activity Action: Show activity for reporting a bug.

ACTION_CALL

Activity Action: Perform a call to someone specified by the data.

ACTION_CALL_BUTTON

Activity Action: The user pressed the "call" button to go to the dialer or other appropriate UI for placing a call.

ACTION_CAMERA_BUTTON

Broadcast Action: The "Camera Button" was pressed.

ACTION_CHOOSER

Activity Action: Display an activity chooser, allowing the user to pick what they want to before proceeding.

ACTION_CLOSE_SYSTEM_DIALOGS

Broadcast Action: This is broadcast when a user action should request a temporary system dialog to dismiss.

ACTION_CONFIGURATION_CHANGED

Broadcast Action: The current device Configuration (orientation, locale, etc) has changed.

ACTION_CREATE_SHORTCUT

Activity Action: Creates a shortcut.

ACTION_DATE_CHANGED

Broadcast Action: The date has changed.

ACTION_DEFAULT

A synonym for ACTION_VIEW, the "standard" action that is performed on a piece of data.

ACTION_DELETE

Activity Action: Delete the given data from its container.

ACTION_DEVICE_STORAGE_LOW

Broadcast Action: A sticky broadcast that indicates low memory condition on the device

This is a protected intent that can only be sent by the system.

ACTION_DEVICE_STORAGE_OK

Broadcast Action: Indicates low memory condition on the device no longer exists

This is a protected intent that can only be sent by the system.

ACTION_DIAL

Activity Action: Dial a number as specified by the data.

ACTION_DOCK_EVENT

Broadcast Action: A sticky broadcast for changes in the physical docking state of the device.

ACTION_EDIT

Activity Action: Provide explicit editable access to the given data.

ACTION_EXTERNAL_APPLICATIONS_AVAILABLE

Broadcast Action: Resources for a set of packages (which were previously unavailable) are currently available since the media on which they exist is available.

ACTION_EXTERNAL_APPLICATIONS_UNAVAILABLE

Broadcast Action: Resources for a set of packages are currently unavailable since the media on which they exist is unavailable.

ACTION_FACTORY_TEST

Activity Action: Main entry point for factory tests.

ACTION_GET_CONTENT

Activity Action: Allow the user to select a particular kind of data and return it.

ACTION_GTALK_SERVICE_CONNECTED

Broadcast Action: An GTalk connection has been established.

ACTION_GTALK_SERVICE_DISCONNECTED

Broadcast Action: An GTalk connection has been disconnected.

ACTION_HEADSET_PLUG

Broadcast Action: Wired Headset plugged in or unplugged.

ACTION_INPUT_METHOD_CHANGED

Broadcast Action: An input method has been changed.

ACTION_INSERT

Activity Action: Insert an empty item into the given container.

ACTION_INSERT_OR_EDIT

Activity Action: Pick an existing item, or insert a new item, and then edit it.

ACTION_LOCALE_CHANGED

Broadcast Action: The current device's locale has changed.

ACTION_MAIN

Activity Action: Start as a main entry point, does not expect to receive data.

ACTION_MANAGE_PACKAGE_STORAGE

Broadcast Action: Indicates low memory condition notification acknowledged by user and package management should be started.

ACTION_MEDIA_BAD_REMOVAL

Broadcast Action: External media was removed from SD card slot, but mount point was not unmounted.

ACTION_MEDIA_BUTTON

Broadcast Action: The "Media Button" was pressed.

ACTION_MEDIA_CHECKING

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.

ACTION_MEDIA_EJECT

Broadcast Action: User has expressed the desire to remove the external storage media.

ACTION_MEDIA_MOUNTED

Broadcast Action: External media is present and mounted at its mount point.

ACTION_MEDIA_NOFS

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.

ACTION_MEDIA_REMOVED

Broadcast Action: External media has been removed.

ACTION_MEDIA_SCANNER_FINISHED

Broadcast Action: The media scanner has finished scanning a directory.

ACTION_MEDIA_SCANNER_SCAN_FILE

Broadcast Action: Request the media scanner to scan a file and add it to the media database.

ACTION_MEDIA_SCANNER_STARTED

Broadcast Action: The media scanner has started scanning a directory.

ACTION_MEDIA_SHARED

Broadcast Action: External media is unmounted because it is being shared via USB mass storage.

ACTION_MEDIA_UNMOUNTABLE

Broadcast Action: External media is present but cannot be mounted.

ACTION_MEDIA_UNMOUNTED

Broadcast Action: External media is present, but not mounted at its mount point.

ACTION_NEW_OUTGOING_CALL

Broadcast Action: An outgoing call is about to be placed.

ACTION_PACKAGE_ADDED

Broadcast Action: A new application package has been installed on the device.

ACTION_PACKAGE_CHANGED

Broadcast Action: An existing application package has been changed (e.g.

ACTION_PACKAGE_DATA_CLEARED

Broadcast Action: The user has cleared the data of a package.

ACTION_PACKAGE_INSTALL

Broadcast Action: Trigger the download and eventual installation of a package.

ACTION_PACKAGE_REMOVED

Broadcast Action: An existing application package has been removed from the device.

ACTION_PACKAGE_REPLACED

Broadcast Action: A new version of an application package has been installed, replacing an existing version that was previously installed.

ACTION_PACKAGE_RESTARTED

Broadcast Action: The user has restarted a package, and all of its processes have been killed.

ACTION_PICK

Activity Action: Pick an item from the data, returning what was selected.

ACTION_PICK_ACTIVITY

Activity Action: Pick an activity given an intent, returning the class selected.

ACTION_POWER_CONNECTED

Broadcast Action: External power has been connected to the device.

ACTION_POWER_DISCONNECTED

Broadcast Action: External power has been removed from the device.

ACTION_POWER_USAGE_SUMMARY

Activity Action: Show power usage information to the user.

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.

ACTION_REBOOT

Broadcast Action: Have the device reboot.

ACTION_RUN

Activity Action: Run the data, whatever that means.

ACTION_SCREEN_OFF

Broadcast Action: Sent after the screen turns off.

ACTION_SCREEN_ON

Broadcast Action: Sent after the screen turns on.

ACTION_SEARCH

Activity Action: Perform a search.

ACTION_SEARCH_LONG_PRESS

Activity Action: Start action associated with long pressing on the search key.

ACTION_SEND

Activity Action: Deliver some data to someone else.

ACTION_SENDTO

Activity Action: Send a message to someone specified by the data.

ACTION_SEND_MULTIPLE

Activity Action: Deliver multiple data to someone else.

ACTION_SET_WALLPAPER

Activity Action: Show settings for choosing wallpaper

Input: Nothing.

ACTION_SHUTDOWN

Broadcast Action: Device is shutting down.

ACTION_SYNC

Activity Action: Perform a data synchronization.

ACTION_SYSTEM_TUTORIAL

Activity Action: Start the platform-defined tutorial

Input: getStringExtra(SearchManager.QUERY) is the text to search for.

ACTION_TIMEZONE_CHANGED

Broadcast Action: The timezone has changed.

ACTION_TIME_CHANGED

Broadcast Action: The time was set.

ACTION_TIME_TICK

Broadcast Action: The current time has changed.

ACTION_UID_REMOVED

Broadcast Action: A user ID has been removed from the system.

ACTION_UMS_CONNECTED

Broadcast Action: The device has entered USB Mass Storage mode.

ACTION_UMS_DISCONNECTED

Broadcast Action: The device has exited USB Mass Storage mode.

ACTION_USER_PRESENT

Broadcast Action: Sent when the user is present after device wakes up (e.g when the keyguard is gone).

ACTION_VIEW

Activity Action: Display the data to the user.

ACTION_VOICE_COMMAND

Activity Action: Start Voice Command.

ACTION_WALLPAPER_CHANGED

Broadcast Action: The current system wallpaper has changed.

ACTION_WEB_SEARCH

Activity Action: Perform a web search.

 

'안드로이드' 카테고리의 다른 글

서비스(Service)  (0) 2011.01.17
브로드캐스팅 인텐트를 위한 메서드  (0) 2011.01.17
명시적 인텐트(Explicit Intent)  (0) 2011.01.17
Intent  (0) 2011.01.17
Android Manifest Element  (0) 2011.01.16

+ Recent posts