This document discusses push notifications and Android Cloud to Device Messaging (C2DM). It explains that C2DM allows servers to send lightweight messages to Android apps even when the apps are not actively running. The document provides steps for apps to register with C2DM, receive registration IDs, get messages, and handle the messages within the app. Code snippets demonstrate integrating C2DM into the Android manifest and implementing a C2DM receiver.