diff options
| author | kmccormick <kmccormick@google.com> | 2014-10-14 15:34:21 -0700 |
|---|---|---|
| committer | Joe Fernandez <joefernandez@google.com> | 2014-10-29 23:06:46 +0000 |
| commit | 13d7ea464ec7947a0c55cd778c8b2bacc9d0745d (patch) | |
| tree | 8a2ad3549b63a18f44121bb1f9fdb5a793ce2325 /docs/html/google/gcm/notifications.jd | |
| parent | 0fa6edced7496b898d31ff7dab7255a1e0dffa9b (diff) | |
| download | frameworks_base-13d7ea464ec7947a0c55cd778c8b2bacc9d0745d.zip frameworks_base-13d7ea464ec7947a0c55cd778c8b2bacc9d0745d.tar.gz frameworks_base-13d7ea464ec7947a0c55cd778c8b2bacc9d0745d.tar.bz2 | |
DO NOT MERGE - Doc update: deliv receipt, rate exceeded, bug fixes.
Cherry-pick from: Change-Id: I17d9604da9a894501c7701174e4f7c61dfa9e80e
Fix for:
b/17936796
Change-Id: I17d9604da9a894501c7701174e4f7c61dfa9e80e
Diffstat (limited to 'docs/html/google/gcm/notifications.jd')
| -rw-r--r-- | docs/html/google/gcm/notifications.jd | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/html/google/gcm/notifications.jd b/docs/html/google/gcm/notifications.jd index 2815f3d..147b69c 100644 --- a/docs/html/google/gcm/notifications.jd +++ b/docs/html/google/gcm/notifications.jd @@ -83,7 +83,7 @@ message body is JSON.</p> <h2 id="gen-server">Generate a Notification Key on the Server</h2> <p>To generate a notification key on the server, you create a new -create a new <code>notification_key</code> and map it to a +<code>notification_key</code> and map it to a <code>notification_key_name</code>.</p> <p>This example shows how to create a new <code>notification_key</code> for a @@ -268,7 +268,7 @@ notification key operations.</p> <p>When you make a request to create a {@code notification_key} or to add/remove its regIDs, a successful response always returns the <code>notification_key</code>. -his is the {@code notification_key} you will use for sending messages:</p> +Use the returned {@code notification_key} for sending messages:</p> <pre>HTTP status: 200 { |
