Action |
|
Broadcast
Action: The user has switched the phone into or out of Airplane Mode. |
|
Activity
Action: List all available applications |
|
Input:
Nothing. |
|
Activity
Action: Handle an incoming phone call. |
|
Used to
indicate that some piece of data should be attached to some other place. |
|
Broadcast
Action: This is a sticky broadcast containing the charging
state, level, and other information about the battery. |
|
Broadcast
Action: Indicates low battery condition on the device. |
|
Broadcast
Action: Indicates the battery is now okay after being low. |
|
Broadcast
Action: This is broadcast once, after the system has finished booting. |
|
Activity
Action: Show activity for reporting a bug. |
|
Activity
Action: Perform a call to someone specified by the data. |
|
Activity Action:
The user pressed the "call" button to go to the dialer or other
appropriate UI for placing a call. |
|
Broadcast
Action: The "Camera Button" was pressed. |
|
Activity
Action: Display an activity chooser, allowing the user to pick what they want
to before proceeding. |
|
Broadcast
Action: This is broadcast when a user action should request a temporary system
dialog to dismiss. |
|
Broadcast Action: The current
device Configuration (orientation, locale, etc) has changed. |
|
Activity Action:
Creates a shortcut. |
|
Broadcast
Action: The date has changed. |
|
A synonym for ACTION_VIEW, the "standard"
action that is performed on a piece of data. |
|
Activity
Action: Delete the given data from its container. |
|
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. |
|
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. |
|
Activity
Action: Dial a number as specified by the data. |
|
Broadcast
Action: A sticky broadcast for changes in the physical docking state of the
device. |
|
Activity
Action: Provide explicit editable access to the given data. |
|
Broadcast
Action: Resources for a set of packages (which were previously unavailable) are
currently available since the media on which they exist is available. |
|
Broadcast
Action: Resources for a set of packages are currently unavailable since the
media on which they exist is unavailable. |
|
Activity
Action: Main entry point for factory tests. |
|
Activity
Action: Allow the user to select a particular kind of data and return it. |
|
Broadcast
Action: An GTalk connection has been established. |
|
Broadcast
Action: An GTalk connection has been disconnected. |
|
Broadcast
Action: Wired Headset plugged in or unplugged. |
|
Broadcast
Action: An input method has been changed. |
|
Activity Action:
Insert an empty item into the given container. |
|
Activity
Action: Pick an existing item, or insert a new item, and then edit it. |
|
Broadcast
Action: The current device's locale has changed. |
|
Activity
Action: Start as a main entry point, does not expect to receive data. |
|
Broadcast
Action: Indicates low memory condition notification acknowledged by user and
package management should be started. |
|
Broadcast
Action: External media was removed from SD card slot, but mount point was not
unmounted. |
|
Broadcast
Action: The "Media Button" was pressed. |
|
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. |
|
Broadcast
Action: User has expressed the desire to remove the external storage media. |
|
Broadcast
Action: External media is present and mounted at its mount point. |
|
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. |
|
Broadcast
Action: External media has been removed. |
|
Broadcast
Action: The media scanner has finished scanning a directory. |
|
Broadcast
Action: Request the media scanner to scan a file and add it to the media
database. |
|
Broadcast Action:
The media scanner has started scanning a directory. |
|
Broadcast
Action: External media is unmounted because it is being shared via USB mass
storage. |
|
Broadcast
Action: External media is present but cannot be mounted. |
|
Broadcast
Action: External media is present, but not mounted at its mount point. |
|
Broadcast
Action: An outgoing call is about to be placed. |
|
Broadcast
Action: A new application package has been installed on the device. |
|
Broadcast
Action: An existing application package has been changed (e.g. |
|
Broadcast
Action: The user has cleared the data of a package. |
|
Broadcast
Action: Trigger the download and eventual installation of a package. |
|
Broadcast
Action: An existing application package has been removed from the device. |
|
Broadcast
Action: A new version of an application package has been installed, replacing
an existing version that was previously installed. |
|
Broadcast
Action: The user has restarted a package, and all of its processes have been
killed. |
|
Activity
Action: Pick an item from the data, returning what was selected. |
|
Activity
Action: Pick an activity given an intent, returning the class selected. |
|
Broadcast
Action: External power has been connected to the device. |
|
Broadcast
Action: External power has been removed from the device. |
|
Activity
Action: Show power usage information to the user. |
|
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. |
|
Broadcast
Action: Have the device reboot. |
|
Activity
Action: Run the data, whatever that means. |
|
Broadcast
Action: Sent after the screen turns off. |
|
Broadcast Action:
Sent after the screen turns on. |
|
Activity
Action: Perform a search. |
|
Activity
Action: Start action associated with long pressing on the search key. |
|
Activity
Action: Deliver some data to someone else. |
|
Activity
Action: Send a message to someone specified by the data. |
|
Activity
Action: Deliver multiple data to someone else. |
|
Activity
Action: Show settings for choosing wallpaper |
|
Input:
Nothing. |
|
Broadcast
Action: Device is shutting down. |
|
Activity
Action: Perform a data synchronization. |
|
Activity
Action: Start the platform-defined tutorial |
|
Input: getStringExtra(SearchManager.QUERY) is
the text to search for. |
|
Broadcast
Action: The timezone has changed. |
|
Broadcast
Action: The time was set. |
|
Broadcast
Action: The current time has changed. |
|
Broadcast Action:
A user ID has been removed from the system. |
|
Broadcast
Action: The device has entered USB Mass Storage mode. |
|
Broadcast
Action: The device has exited USB Mass Storage mode. |
|
Broadcast
Action: Sent when the user is present after device wakes up (e.g when the
keyguard is gone). |
|
Activity
Action: Display the data to the user. |
|
Activity
Action: Start Voice Command. |
|
Broadcast Action:
The current system wallpaper has changed. |
|
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 |