diff --git a/docs/html/reference/com/google/android/gcm/GCMBaseIntentService.html b/docs/html/reference/com/google/android/gcm/GCMBaseIntentService.html index c9c2da4c251da..fba48d4e57060 100644 --- a/docs/html/reference/com/google/android/gcm/GCMBaseIntentService.html +++ b/docs/html/reference/com/google/android/gcm/GCMBaseIntentService.html @@ -850,6 +850,10 @@ Summary:
GoogleCloudMessaging API instead.Skeleton for application-specific IntentServices responsible for
handling communication from Google Cloud Messaging service.
diff --git a/docs/html/reference/com/google/android/gcm/GCMBroadcastReceiver.html b/docs/html/reference/com/google/android/gcm/GCMBroadcastReceiver.html index 484bf096db247..e75f046bc1a7b 100644 --- a/docs/html/reference/com/google/android/gcm/GCMBroadcastReceiver.html +++ b/docs/html/reference/com/google/android/gcm/GCMBroadcastReceiver.html @@ -749,6 +749,8 @@ Summary:
GoogleCloudMessaging API instead.BroadcastReceiver that receives GCM messages and delivers them to
an application-specific GCMBaseIntentService subclass.
diff --git a/docs/html/reference/com/google/android/gcm/GCMConstants.html b/docs/html/reference/com/google/android/gcm/GCMConstants.html index 77f8cfb2c874e..0c9d6cd333111 100644 --- a/docs/html/reference/com/google/android/gcm/GCMConstants.html +++ b/docs/html/reference/com/google/android/gcm/GCMConstants.html @@ -722,6 +722,8 @@ Summary:
GoogleCloudMessaging API instead.Constants used by the GCM library.
diff --git a/docs/html/reference/com/google/android/gcm/GCMRegistrar.html b/docs/html/reference/com/google/android/gcm/GCMRegistrar.html index 68624abd886bf..643260e16bba0 100644 --- a/docs/html/reference/com/google/android/gcm/GCMRegistrar.html +++ b/docs/html/reference/com/google/android/gcm/GCMRegistrar.html @@ -725,6 +725,8 @@ Summary:GoogleCloudMessaging API instead.Utilities for device registration.
Note: this class uses a private SharedPreferences
diff --git a/docs/html/reference/com/google/android/gcm/package-summary.html b/docs/html/reference/com/google/android/gcm/package-summary.html
index db2ea00a28754..7ddea71ee35a4 100644
--- a/docs/html/reference/com/google/android/gcm/package-summary.html
+++ b/docs/html/reference/com/google/android/gcm/package-summary.html
@@ -651,24 +651,22 @@ onkeyup="return search_changed(event, false, '/')" />
| GCMBaseIntentService | -Skeleton for application-specific IntentServices responsible for
- handling communication from Google Cloud Messaging service. |
+ DEPRECATED. |
| GCMBroadcastReceiver | -BroadcastReceiver that receives GCM messages and delivers them to
- an application-specific GCMBaseIntentService subclass. |
+ DEPRECATED. |
| GCMConstants | -Constants used by the GCM library. | +DEPRECATED. |
| GCMRegistrar | -Utilities for device registration. | +DEPRECATED. |
| com.google.android.gcm | -+ | DEPRECATED. Please use the GoogleCloudMessaging API instead of this client helper library. See GCM Client for more information. |
| com.google.android.gcm.server | -+ | Helper library for GCM HTTP server operations. See GCM Server for more information. |