From 91cd7a7d52efd076d539d67c9f4dbaaf807c3514 Mon Sep 17 00:00:00 2001
From: && repo sync -j8
Date: Wed, 14 Nov 2012 18:15:53 -0800
Subject: [PATCH] Doc Update: Removed "no guaranteed delivery" line.
Change-Id: I6f5b80d263069752b7d47b5825ff024b1858e41e
---
docs/html/guide/google/gcm/gcm.jd | 1 -
1 file changed, 1 deletion(-)
diff --git a/docs/html/guide/google/gcm/gcm.jd b/docs/html/guide/google/gcm/gcm.jd
index 04bf01544003a..17158fbf21617 100644
--- a/docs/html/guide/google/gcm/gcm.jd
+++ b/docs/html/guide/google/gcm/gcm.jd
@@ -74,7 +74,6 @@ Messaging (GCM):
- It allows 3rd-party application servers to send messages to
their Android applications.
- - GCM makes no guarantees about delivery or the order of messages.
- 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
broadcast receiver and permissions.