diff options
| author | Katie McCormick <kmccormick@google.com> | 2014-05-28 17:31:23 -0700 |
|---|---|---|
| committer | Katie McCormick <kmccormick@google.com> | 2014-06-23 22:40:16 +0000 |
| commit | e89c6ebeceb2a04d8ee05e73e15a899b686f811a (patch) | |
| tree | f62a3f7c27234c985fa53c2c02650f7dd0c98545 /docs/html/google/gcm/client.jd | |
| parent | 7cfd2e03c474cccb413522b663cf08b9bbbc0cca (diff) | |
| download | frameworks_base-e89c6ebeceb2a04d8ee05e73e15a899b686f811a.zip frameworks_base-e89c6ebeceb2a04d8ee05e73e15a899b686f811a.tar.gz frameworks_base-e89c6ebeceb2a04d8ee05e73e15a899b686f811a.tar.bz2 | |
Doc update: GCM changes for I/O.
Fixes for:
b/15348323
b/15349955
b/15330953
Change-Id: Ie256a76ea83cf16256cded858531dd78b8da0558
Diffstat (limited to 'docs/html/google/gcm/client.jd')
| -rw-r--r-- | docs/html/google/gcm/client.jd | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/html/google/gcm/client.jd b/docs/html/google/gcm/client.jd index 42cebfc..ec7e748 100644 --- a/docs/html/google/gcm/client.jd +++ b/docs/html/google/gcm/client.jd @@ -246,7 +246,8 @@ private boolean checkPlayServices() { <h3 id="sample-register">Register for GCM</h3> <p>An Android application needs to register with GCM servers before it can receive messages. When an app registers, it receives a registration ID, which it can then -store for future use. In the following snippet the {@code onCreate()} method in the sample app's +store for future use (note that registration IDs must be kept secret). In the +following snippet the {@code onCreate()} method in the sample app's main activity checks to see if the app is already registered with GCM and with the server:</p> |
