summaryrefslogtreecommitdiffstats
path: root/docs/html/guide/google/gcm/gs.jd
diff options
context:
space:
mode:
Diffstat (limited to 'docs/html/guide/google/gcm/gs.jd')
-rw-r--r--docs/html/guide/google/gcm/gs.jd2
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/html/guide/google/gcm/gs.jd b/docs/html/guide/google/gcm/gs.jd
index 93eb794..8d132d8 100644
--- a/docs/html/guide/google/gcm/gs.jd
+++ b/docs/html/guide/google/gcm/gs.jd
@@ -145,7 +145,9 @@ page.title=GCM: Getting Started
<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>
+
<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>