diff options
| author | Katie McCormick <kmccormick@google.com> | 2012-08-20 12:38:08 -0700 |
|---|---|---|
| committer | Katie McCormick <kmccormick@google.com> | 2012-08-22 13:56:17 -0700 |
| commit | c44ba477b3e658db8420a23322181231cbb7cc26 (patch) | |
| tree | e3be3d4ec2d34416970e7b948c2ba72d2bc16b10 /docs/html/guide/google/gcm/adv.jd | |
| parent | a18cfccac509e124d0a80c109a5711b336d41f75 (diff) | |
| download | frameworks_base-c44ba477b3e658db8420a23322181231cbb7cc26.zip frameworks_base-c44ba477b3e658db8420a23322181231cbb7cc26.tar.gz frameworks_base-c44ba477b3e658db8420a23322181231cbb7cc26.tar.bz2 | |
Doc update: client javadoc fix for @value.
Change-Id: I9e1327a21d0755fc10b4e5cb4aa9ecd30053b6ef
Diffstat (limited to 'docs/html/guide/google/gcm/adv.jd')
| -rw-r--r-- | docs/html/guide/google/gcm/adv.jd | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/html/guide/google/gcm/adv.jd b/docs/html/guide/google/gcm/adv.jd index 5cb433f..2174128 100644 --- a/docs/html/guide/google/gcm/adv.jd +++ b/docs/html/guide/google/gcm/adv.jd @@ -175,7 +175,8 @@ registerReceiver(mRetryReceiver, filter); <li>The end user uninstalls the application.</li> <li>The 3rd-party server sends a message to GCM server.</li> <li>The GCM server sends the message to the device.</li> - <li>The GCM client receives the message and queries Package Manager, which returns a "package not found" error.</li> + <li>The GCM client receives the message and queries Package Manager about whether there are broadcast receivers configured to receive it, which returns <code>false</code>. +</li> <li>The GCM client informs the GCM server that the application was uninstalled.</li> <li>The GCM server marks the registration ID for deletion.</li> <li>The 3rd-party server sends a message to GCM.</li> |
