OSDN Git Service

resolved conflicts for merge of 0b479e43 to jb-dev
authorKatie McCormick <kmccormick@google.com>
Wed, 10 Oct 2012 18:09:03 +0000 (11:09 -0700)
committerKatie McCormick <kmccormick@google.com>
Wed, 10 Oct 2012 18:09:03 +0000 (11:09 -0700)
Change-Id: I04bc45425f11b3562a4219719716c55eaff2228e

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

Simple merge
Simple merge
@@@ -145,7 -145,8 +145,9 @@@ page.title=GCM: Getting Starte
    <li>If the value is dynamic, the service should override the <code>getSenderIds()</code> method.</li>
  </ul>
  
 -<h4>
 -  Step 3: Write the my_app_package.GCMIntentService class</h4>
++
 +<h4>Step 3: Write the my_app_package.GCMIntentService class</h4>
++
  <p>Next write the <code>my_app_package.GCMIntentService</code> class, overriding the following callback methods (which are called by <code>GCMBroadcastReceiver</code>):<br>
  </p>
  <ul>