beautypg.com

Google Android Compatibility Definition: Android 1.6 User Manual

Page 27

background image

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. a component has been
enabled or disabled.

ACTION_PACKAGE_DATA_CLEARED

Broadcast Action: The user has cleared the data of
a package. This should be preceded
by

ACTION_PACKAGE_RESTARTED

, after which

all of its persistent data is erased and this
broadcast sent. Note that the cleared package
does not receive this broadcast. The data contains
the name of the package.

ACTION_PACKAGE_REMOVED

Broadcast Action: An existing application package
has been removed from the device. The data
contains the name of the package. The package
that is being installed does not receive this Intent.

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.
All runtime state associated with it (processes,
alarms, notifications, etc) should be removed. Note
that the restarted package does not receive this
broadcast. The data contains the name of the
package.

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_SCREEN_OFF

Broadcast Action: Sent after the screen turns off.

ACTION_SCREEN_ON

Broadcast Action: Sent after the screen turns on.

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.