Lines Matching full:broadcast
43 <a href="android-1.6-cdd.html#8"><b>3.2.3.1. Core Application Intents ........................................................................... 8<br/>3.2.3.2. Intent Overrides ......................................................................................... 8<br/>3.2.3.3. Intent Namespaces.................................................................................... 8<br/></b></a><a href="android-1.6-cdd.html#9"><b>3.2.3.4. Broadcast Intents ...................................................................................... 9</b></a><br/>
56 <a name=3></a><a href="android-1.6-cdd.html#21"><b>12. Contact Us ................................................................................................................. 21<br/></b></a><a href="android-1.6-cdd.html#22"><b>Appendix A: Required Application Intents ................................................................... 22<br/></b></a><b>Appendix B: Required Broadcast Intents ....................................................................... 0<br/>Appendix C: Future Considerations................................................................................ 0</b><br/>
162 Device implementers MUST NOT include any Android component that honors any new Intent or<br/>Broadcast Intent patterns using an ACTION, CATEGORY, or other key string in the android.* namespace.<br/>Device implementers MUST NOT include any Android components that honor any new Intent or<br/>Broadcast Intent patterns using an ACTION, CATEGORY, or other key string in a package space<br/>belonging to another organization. Device implementers MUST NOT alter or extend any of the Intent<br/>patterns listed in Appendices A or B.<br/>
165 <a name=9></a><b>3.2.3.4. Broadcast Intents</b><br/>
166 Third-party applications rely on the platform to broadcast certain Intents to notify them of changes in the<br/>hardware or software environment. Android-compatible devices MUST broadcast the public broadcast<br/>Intents in response to appropriate system events. A list of required Broadcast Intents is provided in<br/>Appendix B; however, note that the SDK may define additional broadcast intents, which MUST also be<br/>honored.<br/>
669 <a name=26></a>Appendix B: Required Broadcast Intents<b>NOTE: this list is provisional, and will be<br/>updated in the future.</b><br/>
672 Broadcast Action: This is broadcast once, after the<br/>
675 Broadcast Action: This is broadcast once, when a<br/>
678 Broadcast Action: The "Camera Button" was<br/>
681 Broadcast Action: The current<br/>
685 Broadcast Action: The date has changed.<br/>
686 Broadcast Action: Indicates low memory condition<br/>
689 Broadcast Action: Indicates low memory condition<br/>
692 Broadcast Action: Wired Headset plugged in or<br/>
695 Broadcast Action: An input method has been<br/>
698 Broadcast Action: External media was removed<br/>
701 Broadcast Action: The "Media Button" was<br/>
704 Broadcast Action: External media is present, and<br/>being disk-checked The path to the mount point for<br/>
707 Broadcast Action: User has expressed the desire to<br/>
710 Broadcast Action: External media is present and<br/>
713 Broadcast Action: External media is present, but is<br/>using an incompatible fs (or is blank) The path to<br/>
716 Broadcast Action: External media has been<br/>
719 Broadcast Action: The media scanner has finished<br/>
722 Broadcast Action: Request the media scanner to<br/>
726 <a name=27></a>Broadcast Action: The media scanner has started<br/>
729 Broadcast Action: External media is unmounted<br/>
732 Broadcast Action: External media is present but<br/>
735 Broadcast Action: External media is present, but<br/>
738 Broadcast Action: An outgoing call is about to be<br/>
741 Broadcast Action: A new application package has<br/>
744 Broadcast Action: An existing application package<br/>
747 Broadcast Action: The user has cleared the data of<br/>a package. This should be preceded<br/>by <a href="http://developer.android.com/reference/android/content/Intent.html#ACTION_PACKAGE_RESTARTED">ACTION_PACKAGE_RESTARTED, after which</a><br/>
749 all of its persistent data is erased and this<br/>broadcast sent. Note that the cleared package<br/>does <i>not </i>receive this broadcast. The data contains<br/>the name of the package.<br/>
750 Broadcast Action: An existing application package<br/>has been removed from the device. The data<br/>
753 Broadcast Action: A new version of an application<br/>
756 Broadcast Action: The user has restarted a<br/>package, and all of its processes have been killed.<br/>All runtime state associated with it (processes,<br/>
758 broadcast. The data contains the name of the<br/>package.<br/>
759 Broadcast Action: Some content providers have<br/>parts of their namespace where they publish new<br/>
763 Broadcast Action: Sent after the screen turns off.<br/>
765 Broadcast Action: Sent after the screen turns on.<br/>
766 Broadcast Action: A user ID has been removed<br/>
769 Broadcast Action: The device has entered USB<br/>
773 <a name=28></a>Broadcast Action: The device has exited USB<br/>
776 Broadcast Action: Sent when the user is present<br/>
779 Broadcast Action: The current system wallpaper<br/>
783 Broadcast Action: The time was set.<br/>
785 Broadcast Action: The current time has changed.<br/>
787 Broadcast Action: The timezone has changed.<br/>
788 Broadcast Action: The charging state, or charge<br/>
791 Broadcast Action: Indicates low battery condition<br/>
793 on the device. This broadcast corresponds to the<br/>"Low battery warning" system dialog.<br/>
794 Broadcast Action: Indicates the battery is now okay<br/>after being low. This will be sent<br/>
800 Broadcast intent action indicating that the<br/>
803 Broadcast intent action indicating that the<br/>
806 Broadcast intent action indicating that a<br/>
809 Broadcast intent action indicating that Wi-Fi<br/>
815 Broadcast intent action indicating that the<br/>
818 Broadcast intent indicating that a change in<br/>
821 Broadcast Action: The user has switched the<br/>
859 <li><a href="android-1.6-cdd.html#9">3.2.3.4. Broadcast Intents</a></li>