summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoe Fernandez <joefernandez@google.com>2015-02-19 01:21:13 +0000
committerAndroid Git Automerger <android-git-automerger@android.com>2015-02-19 01:21:13 +0000
commite94aefcaa30ea1109c30e15212bea717c87a94cd (patch)
tree41f28b2847a034ee817c893425a54027e3d688ff
parent39bb5a40c056c1184423964ec5e2149b4c54569b (diff)
parentb456104d9f8ff0dba77f80f7e5e23753d58716a2 (diff)
downloadframeworks_base-e94aefcaa30ea1109c30e15212bea717c87a94cd.zip
frameworks_base-e94aefcaa30ea1109c30e15212bea717c87a94cd.tar.gz
frameworks_base-e94aefcaa30ea1109c30e15212bea717c87a94cd.tar.bz2
am b456104d: am 774e3418: am cf657324: am c9b5f98b: am 6f5d4bd8: am de91b384: am e385672c: docs: remove reference to GCM doc from C2DM doc
* commit 'b456104d9f8ff0dba77f80f7e5e23753d58716a2': docs: remove reference to GCM doc from C2DM doc
-rw-r--r--docs/html/google/gcm/c2dm.jd1
1 files changed, 0 insertions, 1 deletions
diff --git a/docs/html/google/gcm/c2dm.jd b/docs/html/google/gcm/c2dm.jd
index fc95c2b..6ae7c1a 100644
--- a/docs/html/google/gcm/c2dm.jd
+++ b/docs/html/google/gcm/c2dm.jd
@@ -75,7 +75,6 @@ page.title=Migration
<dt><strong>Canonical registration ID</strong></dt>
<dd>There may be situations where the server ends up with 2 registration IDs for the same device. If the GCM response contains a registration ID, simply replace the registration ID you have with the one provided. With this feature your application doesn't need to send the device ID to your server anymore. For more information, see <a href="adv.html#canonical">Advanced Topics</a>.</dd>
</dl>
-<p>GCM also provides client and server <a href="{@docRoot}reference/com/google/android/gcm/package-summary.html">helper libraries</a> to make writing your code easier.</p>
<h3 id="interop">Relationship between C2DM and GCM</h3>