summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorJoe Fernandez <joefernandez@google.com>2015-02-19 00:42:50 +0000
committerAndroid Git Automerger <android-git-automerger@android.com>2015-02-19 00:42:50 +0000
commitc9b5f98bec64e52436c128e035558744c75ee2ef (patch)
tree6eac487d59ceece979907fa7ea0b69fa70ebe463 /docs
parent0181b76b7c822c9876d5c475a2393246d85db772 (diff)
parent6f5d4bd8c3f780744f0c739cbe168f764fbf824f (diff)
downloadframeworks_base-c9b5f98bec64e52436c128e035558744c75ee2ef.zip
frameworks_base-c9b5f98bec64e52436c128e035558744c75ee2ef.tar.gz
frameworks_base-c9b5f98bec64e52436c128e035558744c75ee2ef.tar.bz2
am 6f5d4bd8: am de91b384: am e385672c: docs: remove reference to GCM doc from C2DM doc
* commit '6f5d4bd8c3f780744f0c739cbe168f764fbf824f': docs: remove reference to GCM doc from C2DM doc
Diffstat (limited to 'docs')
-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>