Merge "Doc Update: Removed "no guaranteed delivery" line." into jb-dev-docs

This commit is contained in:
&& repo sync -j8
2012-11-19 16:51:08 -08:00
committed by Android (Google) Code Review

View File

@@ -74,7 +74,6 @@ Messaging (GCM):</p>
<ul> <ul>
<li>It allows 3rd-party application servers to send messages to <li>It allows 3rd-party application servers to send messages to
their Android applications.</li> their Android applications.</li>
<li>GCM makes no guarantees about delivery or the order of messages.</li>
<li>An Android application on an Android device doesn't need to be running to receive <li>An Android application on an Android device doesn't need to be running to receive
messages. The system will wake up the Android application via Intent broadcast when the message arrives, as long as the application is set up with the proper messages. The system will wake up the Android application via Intent broadcast when the message arrives, as long as the application is set up with the proper
broadcast receiver and permissions.</li> broadcast receiver and permissions.</li>