From bf3701854841f97f52cd29b601431861598f5277 Mon Sep 17 00:00:00 2001 From: kmccormick Date: Wed, 12 Jun 2013 18:58:49 -0700 Subject: Doc update: restoring deprecation messages Change-Id: I58ca2002043d47cc55f15cdaff581e019a6dd7ef --- .../com/google/android/gcm/GCMBaseIntentService.html | 4 ++++ .../com/google/android/gcm/GCMBroadcastReceiver.html | 2 ++ docs/html/reference/com/google/android/gcm/GCMConstants.html | 2 ++ docs/html/reference/com/google/android/gcm/GCMRegistrar.html | 2 ++ .../reference/com/google/android/gcm/package-summary.html | 12 +++++------- docs/html/reference/gcm-packages.html | 10 ++++++---- 6 files changed, 21 insertions(+), 11 deletions(-) (limited to 'docs/html') diff --git a/docs/html/reference/com/google/android/gcm/GCMBaseIntentService.html b/docs/html/reference/com/google/android/gcm/GCMBaseIntentService.html index c9c2da4c251d..fba48d4e5706 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:

Class Overview

+ +
DEPRECATED. Please use the 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 484bf096db24..e75f046bc1a7 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:

Class Overview

+
DEPRECATED. Please use the 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 77f8cfb2c874..0c9d6cd33311 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:

Class Overview

+
DEPRECATED. Please use the 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 68624abd886b..643260e16bba 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:

Class Overview

+
DEPRECATED. Please use the 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 db2ea00a2875..7ddea71ee35a 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, '/')" />

Classes

- +
- + - + - + - +
GCMBaseIntentServiceSkeleton for application-specific IntentServices responsible for - handling communication from Google Cloud Messaging service. DEPRECATED. 
GCMBroadcastReceiverBroadcastReceiver that receives GCM messages and delivers them to - an application-specific GCMBaseIntentService subclass. DEPRECATED. 
GCMConstantsConstants used by the GCM library. DEPRECATED. 
GCMRegistrarUtilities for device registration. DEPRECATED. 
diff --git a/docs/html/reference/gcm-packages.html b/docs/html/reference/gcm-packages.html index fb9b7b974d91..a29e371b7ebb 100644 --- a/docs/html/reference/gcm-packages.html +++ b/docs/html/reference/gcm-packages.html @@ -632,20 +632,22 @@ onkeyup="return search_changed(event, false, '/')" /> - + - + - + - + +
com.google.android.gcmDEPRECATED. Please use the GoogleCloudMessaging API instead of this client helper library. See GCM Client for more information.
com.google.android.gcm.serverHelper library for GCM HTTP server operations. See GCM Server for more information.