diff options
| author | 2012-11-14 18:15:53 -0800 | |
|---|---|---|
| committer | 2012-11-14 18:15:53 -0800 | |
| commit | 91cd7a7d52efd076d539d67c9f4dbaaf807c3514 (patch) | |
| tree | 59fac02f22201f8059be22793f4b281c1eb752f6 | |
| parent | fa2dbd693c3ffebd806cbbb4f708f754d58423ed (diff) | |
Doc Update: Removed "no guaranteed delivery" line.
Change-Id: I6f5b80d263069752b7d47b5825ff024b1858e41e
| -rw-r--r-- | docs/html/guide/google/gcm/gcm.jd | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/docs/html/guide/google/gcm/gcm.jd b/docs/html/guide/google/gcm/gcm.jd index 04bf01544003..17158fbf2161 100644 --- a/docs/html/guide/google/gcm/gcm.jd +++ b/docs/html/guide/google/gcm/gcm.jd @@ -74,7 +74,6 @@ Messaging (GCM):</p> <ul> <li>It allows 3rd-party application servers to send messages to 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 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> |