OSDN Git Service

am 4233c939: Merge "Doc Update: param name change" into jb-dev-docs
authorkmccormick@google.com <kmccormick@google.com>
Mon, 12 Nov 2012 23:00:12 +0000 (15:00 -0800)
committerAndroid Git Automerger <android-git-automerger@android.com>
Mon, 12 Nov 2012 23:00:12 +0000 (15:00 -0800)
* commit '4233c939014c39ce9d95556db1b654e906f8ce5b':
  Doc Update: param name change

1  2 
docs/html/guide/google/gcm/gcm.jd

@@@ -671,11 -665,11 +671,11 @@@ sent. Optional. The default value is <c
    </tr>
    <tr>
      <td><code>time_to_live</code></td>
 -    <td>How long (in seconds) the message should be kept on GCM storage if the device is offline. Optional (default time-to-live is 4 weeks, and must be set as a JSON number). </td>
 +    <td>How long (in seconds) the message should be kept on GCM storage if the device is offline. Optional (default time-to-live is 4 weeks, and must be set as a JSON number).</td>
    </tr>
  <tr>
-   <td><code>category</code></td>
-   <td>A string containing the package name of your application. When set, messages will only be sent to registration IDs that match the category. Optional.
+   <td><code>restricted_package_name</code></td>
+   <td>A string containing the package name of your application. When set, messages will only be sent to registration IDs that match the package name. Optional.
    </td>
  </tr>
  <tr>