Skip to content

Commit c44ba47

Browse files
committed
Doc update: client javadoc fix for @value.
Change-Id: I9e1327a21d0755fc10b4e5cb4aa9ecd30053b6ef
1 parent a18cfcc commit c44ba47

18 files changed

+307
-110
lines changed

docs/html/guide/google/gcm/adv.jd

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,8 @@ registerReceiver(mRetryReceiver, filter);
175175
<li>The end user uninstalls the application.</li>
176176
<li>The 3rd-party server sends a message to GCM server.</li>
177177
<li>The GCM server sends the message to the device.</li>
178-
<li>The GCM client receives the message and queries Package Manager, which returns a &quot;package not found&quot; error.</li>
178+
<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>.
179+
</li>
179180
<li>The GCM client informs the GCM server that the application was uninstalled.</li>
180181
<li>The GCM server marks the registration ID for deletion.</li>
181182
<li>The 3rd-party server sends a message to GCM.</li>

docs/html/guide/google/gcm/client-javadoc/allclasses-frame.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@
22
<!--NewPage-->
33
<HTML>
44
<HEAD>
5-
<!-- Generated by javadoc (build 1.6.0_26) on Mon Jul 16 14:13:37 PDT 2012 -->
5+
<!-- Generated by javadoc (build 1.6.0_26) on Wed Aug 22 13:22:47 PDT 2012 -->
66
<TITLE>
77
All Classes
88
</TITLE>
99

10-
<META NAME="date" CONTENT="2012-07-16">
10+
<META NAME="date" CONTENT="2012-08-22">
1111

1212
<LINK REL ="stylesheet" TYPE="text/css" HREF="default.css" TITLE="Style">
1313

docs/html/guide/google/gcm/client-javadoc/allclasses-noframe.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@
22
<!--NewPage-->
33
<HTML>
44
<HEAD>
5-
<!-- Generated by javadoc (build 1.6.0_26) on Mon Jul 16 14:13:37 PDT 2012 -->
5+
<!-- Generated by javadoc (build 1.6.0_26) on Wed Aug 22 13:22:47 PDT 2012 -->
66
<TITLE>
77
All Classes
88
</TITLE>
99

10-
<META NAME="date" CONTENT="2012-07-16">
10+
<META NAME="date" CONTENT="2012-08-22">
1111

1212
<LINK REL ="stylesheet" TYPE="text/css" HREF="default.css" TITLE="Style">
1313

docs/html/guide/google/gcm/client-javadoc/com/google/android/gcm/GCMBaseIntentService.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@
22
<!--NewPage-->
33
<HTML>
44
<HEAD>
5-
<!-- Generated by javadoc (build 1.6.0_26) on Mon Jul 16 14:13:36 PDT 2012 -->
5+
<!-- Generated by javadoc (build 1.6.0_26) on Wed Aug 22 13:22:47 PDT 2012 -->
66
<TITLE>
77
GCMBaseIntentService
88
</TITLE>
99

10-
<META NAME="date" CONTENT="2012-07-16">
10+
<META NAME="date" CONTENT="2012-08-22">
1111

1212
<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../default.css" TITLE="Style">
1313

docs/html/guide/google/gcm/client-javadoc/com/google/android/gcm/GCMBroadcastReceiver.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@
22
<!--NewPage-->
33
<HTML>
44
<HEAD>
5-
<!-- Generated by javadoc (build 1.6.0_26) on Mon Jul 16 14:13:36 PDT 2012 -->
5+
<!-- Generated by javadoc (build 1.6.0_26) on Wed Aug 22 13:22:47 PDT 2012 -->
66
<TITLE>
77
GCMBroadcastReceiver
88
</TITLE>
99

10-
<META NAME="date" CONTENT="2012-07-16">
10+
<META NAME="date" CONTENT="2012-08-22">
1111

1212
<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../default.css" TITLE="Style">
1313

docs/html/guide/google/gcm/client-javadoc/com/google/android/gcm/GCMConstants.html

Lines changed: 41 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@
22
<!--NewPage-->
33
<HTML>
44
<HEAD>
5-
<!-- Generated by javadoc (build 1.6.0_26) on Mon Jul 16 14:13:36 PDT 2012 -->
5+
<!-- Generated by javadoc (build 1.6.0_26) on Wed Aug 22 13:22:47 PDT 2012 -->
66
<TITLE>
77
GCMConstants
88
</TITLE>
99

10-
<META NAME="date" CONTENT="2012-07-16">
10+
<META NAME="date" CONTENT="2012-08-22">
1111

1212
<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../default.css" TITLE="Style">
1313

@@ -177,25 +177,34 @@ <H2>
177177
<TD><CODE><B><A HREF="../../../../com/google/android/gcm/GCMConstants.html#EXTRA_APPLICATION_PENDING_INTENT">EXTRA_APPLICATION_PENDING_INTENT</A></B></CODE>
178178

179179
<BR>
180-
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Extra used on <A HREF="../../../../com/google/android/gcm/GCMConstants.html#INTENT_TO_GCM_REGISTRATION"><CODE>INTENT_TO_GCM_REGISTRATION</CODE></A> to get the application
181-
id.</TD>
180+
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Extra used on <A HREF="../../../../com/google/android/gcm/GCMConstants.html#INTENT_TO_GCM_REGISTRATION">"com.google.android.c2dm.intent.REGISTER"</A> to get the
181+
application info.</TD>
182182
</TR>
183183
<TR BGCOLOR="white" CLASS="TableRowColor">
184184
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
185185
<CODE>static&nbsp;java.lang.String</CODE></FONT></TD>
186186
<TD><CODE><B><A HREF="../../../../com/google/android/gcm/GCMConstants.html#EXTRA_ERROR">EXTRA_ERROR</A></B></CODE>
187187

188188
<BR>
189-
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Extra used on <A HREF="../../../../com/google/android/gcm/GCMConstants.html#INTENT_FROM_GCM_REGISTRATION_CALLBACK"><CODE>INTENT_FROM_GCM_REGISTRATION_CALLBACK</CODE></A> to indicate
189+
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Extra used on <A HREF="../../../../com/google/android/gcm/GCMConstants.html#INTENT_FROM_GCM_REGISTRATION_CALLBACK">"com.google.android.c2dm.intent.REGISTRATION"</A> to indicate
190190
an error when the registration fails.</TD>
191191
</TR>
192192
<TR BGCOLOR="white" CLASS="TableRowColor">
193193
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
194194
<CODE>static&nbsp;java.lang.String</CODE></FONT></TD>
195+
<TD><CODE><B><A HREF="../../../../com/google/android/gcm/GCMConstants.html#EXTRA_FROM">EXTRA_FROM</A></B></CODE>
196+
197+
<BR>
198+
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Extra used on <A HREF="../../../../com/google/android/gcm/GCMConstants.html#INTENT_FROM_GCM_MESSAGE">"com.google.android.c2dm.intent.RECEIVE"</A> to indicate which
199+
sender (Google API project id) sent the message.</TD>
200+
</TR>
201+
<TR BGCOLOR="white" CLASS="TableRowColor">
202+
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
203+
<CODE>static&nbsp;java.lang.String</CODE></FONT></TD>
195204
<TD><CODE><B><A HREF="../../../../com/google/android/gcm/GCMConstants.html#EXTRA_REGISTRATION_ID">EXTRA_REGISTRATION_ID</A></B></CODE>
196205

197206
<BR>
198-
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Extra used on <A HREF="../../../../com/google/android/gcm/GCMConstants.html#INTENT_FROM_GCM_REGISTRATION_CALLBACK"><CODE>INTENT_FROM_GCM_REGISTRATION_CALLBACK</CODE></A> to indicate
207+
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Extra used on <A HREF="../../../../com/google/android/gcm/GCMConstants.html#INTENT_FROM_GCM_REGISTRATION_CALLBACK">"com.google.android.c2dm.intent.REGISTRATION"</A> to indicate
199208
the registration id when the registration succeeds.</TD>
200209
</TR>
201210
<TR BGCOLOR="white" CLASS="TableRowColor">
@@ -204,16 +213,16 @@ <H2>
204213
<TD><CODE><B><A HREF="../../../../com/google/android/gcm/GCMConstants.html#EXTRA_SENDER">EXTRA_SENDER</A></B></CODE>
205214

206215
<BR>
207-
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Extra used on <A HREF="../../../../com/google/android/gcm/GCMConstants.html#INTENT_TO_GCM_REGISTRATION"><CODE>INTENT_TO_GCM_REGISTRATION</CODE></A> to indicate the sender
208-
account (a Google email) that owns the application.</TD>
216+
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Extra used on <A HREF="../../../../com/google/android/gcm/GCMConstants.html#INTENT_TO_GCM_REGISTRATION">"com.google.android.c2dm.intent.REGISTER"</A> to indicate which
217+
senders (Google API project ids) can send messages to the application.</TD>
209218
</TR>
210219
<TR BGCOLOR="white" CLASS="TableRowColor">
211220
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
212221
<CODE>static&nbsp;java.lang.String</CODE></FONT></TD>
213222
<TD><CODE><B><A HREF="../../../../com/google/android/gcm/GCMConstants.html#EXTRA_SPECIAL_MESSAGE">EXTRA_SPECIAL_MESSAGE</A></B></CODE>
214223

215224
<BR>
216-
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Type of message present in the <A HREF="../../../../com/google/android/gcm/GCMConstants.html#INTENT_FROM_GCM_MESSAGE"><CODE>INTENT_FROM_GCM_MESSAGE</CODE></A> intent.</TD>
225+
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Type of message present in the <A HREF="../../../../com/google/android/gcm/GCMConstants.html#INTENT_FROM_GCM_MESSAGE">"com.google.android.c2dm.intent.RECEIVE"</A> intent.</TD>
217226
</TR>
218227
<TR BGCOLOR="white" CLASS="TableRowColor">
219228
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
@@ -229,7 +238,7 @@ <H2>
229238
<TD><CODE><B><A HREF="../../../../com/google/android/gcm/GCMConstants.html#EXTRA_UNREGISTERED">EXTRA_UNREGISTERED</A></B></CODE>
230239

231240
<BR>
232-
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Extra used on <A HREF="../../../../com/google/android/gcm/GCMConstants.html#INTENT_FROM_GCM_REGISTRATION_CALLBACK"><CODE>INTENT_FROM_GCM_REGISTRATION_CALLBACK</CODE></A> to indicate
241+
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Extra used on <A HREF="../../../../com/google/android/gcm/GCMConstants.html#INTENT_FROM_GCM_REGISTRATION_CALLBACK">"com.google.android.c2dm.intent.REGISTRATION"</A> to indicate
233242
that the application has been unregistered.</TD>
234243
</TR>
235244
<TR BGCOLOR="white" CLASS="TableRowColor">
@@ -388,8 +397,8 @@ <H2>
388397
<PRE>
389398
public static final java.lang.String <B>EXTRA_SENDER</B></PRE>
390399
<DL>
391-
<DD>Extra used on <A HREF="../../../../com/google/android/gcm/GCMConstants.html#INTENT_TO_GCM_REGISTRATION"><CODE>INTENT_TO_GCM_REGISTRATION</CODE></A> to indicate the sender
392-
account (a Google email) that owns the application.
400+
<DD>Extra used on <A HREF="../../../../com/google/android/gcm/GCMConstants.html#INTENT_TO_GCM_REGISTRATION">"com.google.android.c2dm.intent.REGISTER"</A> to indicate which
401+
senders (Google API project ids) can send messages to the application.
393402
<P>
394403
<DL>
395404
<DT><B>See Also:</B><DD><A HREF="../../../../constant-values.html#com.google.android.gcm.GCMConstants.EXTRA_SENDER">Constant Field Values</A></DL>
@@ -401,8 +410,8 @@ <H2>
401410
<PRE>
402411
public static final java.lang.String <B>EXTRA_APPLICATION_PENDING_INTENT</B></PRE>
403412
<DL>
404-
<DD>Extra used on <A HREF="../../../../com/google/android/gcm/GCMConstants.html#INTENT_TO_GCM_REGISTRATION"><CODE>INTENT_TO_GCM_REGISTRATION</CODE></A> to get the application
405-
id.
413+
<DD>Extra used on <A HREF="../../../../com/google/android/gcm/GCMConstants.html#INTENT_TO_GCM_REGISTRATION">"com.google.android.c2dm.intent.REGISTER"</A> to get the
414+
application info.
406415
<P>
407416
<DL>
408417
<DT><B>See Also:</B><DD><A HREF="../../../../constant-values.html#com.google.android.gcm.GCMConstants.EXTRA_APPLICATION_PENDING_INTENT">Constant Field Values</A></DL>
@@ -414,7 +423,7 @@ <H2>
414423
<PRE>
415424
public static final java.lang.String <B>EXTRA_UNREGISTERED</B></PRE>
416425
<DL>
417-
<DD>Extra used on <A HREF="../../../../com/google/android/gcm/GCMConstants.html#INTENT_FROM_GCM_REGISTRATION_CALLBACK"><CODE>INTENT_FROM_GCM_REGISTRATION_CALLBACK</CODE></A> to indicate
426+
<DD>Extra used on <A HREF="../../../../com/google/android/gcm/GCMConstants.html#INTENT_FROM_GCM_REGISTRATION_CALLBACK">"com.google.android.c2dm.intent.REGISTRATION"</A> to indicate
418427
that the application has been unregistered.
419428
<P>
420429
<DL>
@@ -427,7 +436,7 @@ <H2>
427436
<PRE>
428437
public static final java.lang.String <B>EXTRA_ERROR</B></PRE>
429438
<DL>
430-
<DD>Extra used on <A HREF="../../../../com/google/android/gcm/GCMConstants.html#INTENT_FROM_GCM_REGISTRATION_CALLBACK"><CODE>INTENT_FROM_GCM_REGISTRATION_CALLBACK</CODE></A> to indicate
439+
<DD>Extra used on <A HREF="../../../../com/google/android/gcm/GCMConstants.html#INTENT_FROM_GCM_REGISTRATION_CALLBACK">"com.google.android.c2dm.intent.REGISTRATION"</A> to indicate
431440
an error when the registration fails. See constants starting with ERROR_
432441
for possible values.
433442
<P>
@@ -441,7 +450,7 @@ <H2>
441450
<PRE>
442451
public static final java.lang.String <B>EXTRA_REGISTRATION_ID</B></PRE>
443452
<DL>
444-
<DD>Extra used on <A HREF="../../../../com/google/android/gcm/GCMConstants.html#INTENT_FROM_GCM_REGISTRATION_CALLBACK"><CODE>INTENT_FROM_GCM_REGISTRATION_CALLBACK</CODE></A> to indicate
453+
<DD>Extra used on <A HREF="../../../../com/google/android/gcm/GCMConstants.html#INTENT_FROM_GCM_REGISTRATION_CALLBACK">"com.google.android.c2dm.intent.REGISTRATION"</A> to indicate
445454
the registration id when the registration succeeds.
446455
<P>
447456
<DL>
@@ -454,7 +463,7 @@ <H2>
454463
<PRE>
455464
public static final java.lang.String <B>EXTRA_SPECIAL_MESSAGE</B></PRE>
456465
<DL>
457-
<DD>Type of message present in the <A HREF="../../../../com/google/android/gcm/GCMConstants.html#INTENT_FROM_GCM_MESSAGE"><CODE>INTENT_FROM_GCM_MESSAGE</CODE></A> intent.
466+
<DD>Type of message present in the <A HREF="../../../../com/google/android/gcm/GCMConstants.html#INTENT_FROM_GCM_MESSAGE">"com.google.android.c2dm.intent.RECEIVE"</A> intent.
458467
This extra is only set for special messages sent from GCM, not for
459468
messages originated from the application.
460469
<P>
@@ -482,13 +491,26 @@ <H2>
482491
<DL>
483492
<DD>Number of messages deleted by the server because the device was idle.
484493
Present only on messages of special type
485-
<A HREF="../../../../com/google/android/gcm/GCMConstants.html#VALUE_DELETED_MESSAGES"><CODE>VALUE_DELETED_MESSAGES</CODE></A>
494+
<A HREF="../../../../com/google/android/gcm/GCMConstants.html#VALUE_DELETED_MESSAGES">"deleted_messages"</A>
486495
<P>
487496
<DL>
488497
<DT><B>See Also:</B><DD><A HREF="../../../../constant-values.html#com.google.android.gcm.GCMConstants.EXTRA_TOTAL_DELETED">Constant Field Values</A></DL>
489498
</DL>
490499
<HR>
491500

501+
<A NAME="EXTRA_FROM"><!-- --></A><H3>
502+
EXTRA_FROM</H3>
503+
<PRE>
504+
public static final java.lang.String <B>EXTRA_FROM</B></PRE>
505+
<DL>
506+
<DD>Extra used on <A HREF="../../../../com/google/android/gcm/GCMConstants.html#INTENT_FROM_GCM_MESSAGE">"com.google.android.c2dm.intent.RECEIVE"</A> to indicate which
507+
sender (Google API project id) sent the message.
508+
<P>
509+
<DL>
510+
<DT><B>See Also:</B><DD><A HREF="../../../../constant-values.html#com.google.android.gcm.GCMConstants.EXTRA_FROM">Constant Field Values</A></DL>
511+
</DL>
512+
<HR>
513+
492514
<A NAME="PERMISSION_GCM_INTENTS"><!-- --></A><H3>
493515
PERMISSION_GCM_INTENTS</H3>
494516
<PRE>

docs/html/guide/google/gcm/client-javadoc/com/google/android/gcm/GCMRegistrar.html

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@
22
<!--NewPage-->
33
<HTML>
44
<HEAD>
5-
<!-- Generated by javadoc (build 1.6.0_26) on Mon Jul 16 14:13:36 PDT 2012 -->
5+
<!-- Generated by javadoc (build 1.6.0_26) on Wed Aug 22 13:22:47 PDT 2012 -->
66
<TITLE>
77
GCMRegistrar
88
</TITLE>
99

10-
<META NAME="date" CONTENT="2012-07-16">
10+
<META NAME="date" CONTENT="2012-08-22">
1111

1212
<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../default.css" TITLE="Style">
1313

@@ -308,11 +308,12 @@ <H2>
308308
<li>It defines at least one <CODE>BroadcastReceiver</CODE> with category
309309
<code>PACKAGE_NAME</code>.
310310
<li>The <CODE>BroadcastReceiver</CODE>(s) uses the
311-
permission.
312-
<li>The <CODE>BroadcastReceiver</CODE>(s) handles the 3 GCM intents
313-
(,
314-
,
315-
and ).
311+
<A HREF="../../../../com/google/android/gcm/GCMConstants.html#PERMISSION_GCM_INTENTS">"com.google.android.c2dm.permission.SEND"</A>
312+
permission.
313+
<li>The <CODE>BroadcastReceiver</CODE>(s) handles the 2 GCM intents
314+
(<A HREF="../../../../com/google/android/gcm/GCMConstants.html#INTENT_FROM_GCM_MESSAGE">"com.google.android.c2dm.intent.RECEIVE"</A>
315+
and
316+
<A HREF="../../../../com/google/android/gcm/GCMConstants.html#INTENT_FROM_GCM_REGISTRATION_CALLBACK">"com.google.android.c2dm.intent.REGISTRATION"</A>).
316317
</ol>
317318
...where <code>PACKAGE_NAME</code> is the application package.
318319
<p>

docs/html/guide/google/gcm/client-javadoc/com/google/android/gcm/package-frame.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@
22
<!--NewPage-->
33
<HTML>
44
<HEAD>
5-
<!-- Generated by javadoc (build 1.6.0_26) on Mon Jul 16 14:13:37 PDT 2012 -->
5+
<!-- Generated by javadoc (build 1.6.0_26) on Wed Aug 22 13:22:47 PDT 2012 -->
66
<TITLE>
77
com.google.android.gcm
88
</TITLE>
99

10-
<META NAME="date" CONTENT="2012-07-16">
10+
<META NAME="date" CONTENT="2012-08-22">
1111

1212
<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../default.css" TITLE="Style">
1313

docs/html/guide/google/gcm/client-javadoc/com/google/android/gcm/package-summary.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@
22
<!--NewPage-->
33
<HTML>
44
<HEAD>
5-
<!-- Generated by javadoc (build 1.6.0_26) on Mon Jul 16 14:13:37 PDT 2012 -->
5+
<!-- Generated by javadoc (build 1.6.0_26) on Wed Aug 22 13:22:47 PDT 2012 -->
66
<TITLE>
77
com.google.android.gcm
88
</TITLE>
99

10-
<META NAME="date" CONTENT="2012-07-16">
10+
<META NAME="date" CONTENT="2012-08-22">
1111

1212
<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../default.css" TITLE="Style">
1313

docs/html/guide/google/gcm/client-javadoc/com/google/android/gcm/package-tree.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@
22
<!--NewPage-->
33
<HTML>
44
<HEAD>
5-
<!-- Generated by javadoc (build 1.6.0_26) on Mon Jul 16 14:13:37 PDT 2012 -->
5+
<!-- Generated by javadoc (build 1.6.0_26) on Wed Aug 22 13:22:47 PDT 2012 -->
66
<TITLE>
77
com.google.android.gcm Class Hierarchy
88
</TITLE>
99

10-
<META NAME="date" CONTENT="2012-07-16">
10+
<META NAME="date" CONTENT="2012-08-22">
1111

1212
<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../default.css" TITLE="Style">
1313

0 commit comments

Comments
 (0)