summaryrefslogtreecommitdiffstats
path: root/docs/html/training/cloudsync
diff options
context:
space:
mode:
authorDirk Dougherty <ddougherty@google.com>2012-11-29 17:25:09 -0800
committerDirk Dougherty <ddougherty@google.com>2012-11-29 21:07:41 -0800
commit2b286bb26b95ac9d4eb35679239ea12d4f63b50b (patch)
tree0b793476a51edce1679e7a499f40a30f5761af04 /docs/html/training/cloudsync
parent830b23b76676542cbcb5ef3c60c869460d4c5466 (diff)
downloadframeworks_base-2b286bb26b95ac9d4eb35679239ea12d4f63b50b.zip
frameworks_base-2b286bb26b95ac9d4eb35679239ea12d4f63b50b.tar.gz
frameworks_base-2b286bb26b95ac9d4eb35679239ea12d4f63b50b.tar.bz2
Doc change: cleanup filtering sidebars and api level table. Changes links pointing to billing and other play docs that have moved.
Change-Id: I5528e82a6f97eb25f2ec2db5dfe1e178d9580f3c
Diffstat (limited to 'docs/html/training/cloudsync')
-rw-r--r--docs/html/training/cloudsync/gcm.jd8
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/html/training/cloudsync/gcm.jd b/docs/html/training/cloudsync/gcm.jd
index df26d34..fa395e4 100644
--- a/docs/html/training/cloudsync/gcm.jd
+++ b/docs/html/training/cloudsync/gcm.jd
@@ -20,7 +20,7 @@ previous.link=backupapi.html
</ol>
<h2>You should also read</h2>
<ul>
- <li><a href="http://developer.android.com/guide/google/gcm/index.html">Google
+ <li><a href="http://developer.android.com/google/gcm/index.html">Google
Cloud Messaging for Android</a></li>
</ul>
</div>
@@ -37,7 +37,7 @@ your server.</p>
<p>This lesson covers some of the best practices
for integrating GCM into your application, and assumes you are already familiar
with basic implementation of this service. If this is not the case, you can read the <a
- href="{@docRoot}guide/google/gcm/demo.html">GCM demo app tutorial</a>.</p>
+ href="{@docRoot}google/gcm/demo.html">GCM demo app tutorial</a>.</p>
<h2 id="multicast">Send Multicast Messages Efficiently</h2>
<p>One of the most useful features in GCM is support for up to 1,000 recipients for
@@ -53,7 +53,7 @@ disaster alerts or sports scores, where a 30 minute interval might render the
information useless.</p>
<p>Taking advantage of this functionality is easy. If you're using the <a
- href="http://developer.android.com/guide/google/gcm/gs.html#libs">GCM helper
+ href="{@docRoot}google/gcm/gs.html#libs">GCM helper
library</a> for Java, simply provide a <code>List<String></code> collection of
registration IDs to the <code>send</code> or <code>sendNoRetry</code> method,
instead of a single registration ID.</p>
@@ -97,7 +97,7 @@ GCM-defined parameters. The endpoint for this HTTP POST message will be
</pre>
<p>For a more thorough overview of the format of multicast GCM messages, see the <a
- href="http://developer.android.com/guide/google/gcm/gcm.html#send-msg">Sending
+ href="{@docRoot}google/gcm/gcm.html#send-msg">Sending
Messages</a> section of the GCM guide.</pre>
<h2 id="collapse">Collapse Messages that Can Be Replaced</h2>