diff options
author | Eric Gilmore <egilmore@google.com> | 2015-03-24 11:26:31 -0700 |
---|---|---|
committer | Eric Gilmore <egilmore@google.com> | 2015-03-24 11:26:31 -0700 |
commit | 05591bdc294d6831f11ee047004ac5d049e8ce21 (patch) | |
tree | d5361ee5e8e5b069994fd7b773f916a60ea9236a /docs/html/google | |
parent | 4b53dc8bae0cc3f84e20765ea35ea3eab0371134 (diff) | |
download | frameworks_base-05591bdc294d6831f11ee047004ac5d049e8ce21.zip frameworks_base-05591bdc294d6831f11ee047004ac5d049e8ce21.tar.gz frameworks_base-05591bdc294d6831f11ee047004ac5d049e8ce21.tar.bz2 |
Changing wording to reflect c2dm shutdown.
Change-Id: If8b6c05e10dfe39e1cada48fc5270931a7f94cd4
Diffstat (limited to 'docs/html/google')
-rw-r--r-- | docs/html/google/gcm/c2dm.jd | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/docs/html/google/gcm/c2dm.jd b/docs/html/google/gcm/c2dm.jd index 6ae7c1a..d0f8c71 100644 --- a/docs/html/google/gcm/c2dm.jd +++ b/docs/html/google/gcm/c2dm.jd @@ -33,7 +33,10 @@ page.title=Migration </div> </div> -<p>Android Cloud to Device Messaging (C2DM) is deprecated. The C2DM service will continue to be maintained in the short term, but C2DM will accept no new users, and it will grant no new quotas. <strong>C2DM developers are strongly encouraged to move to Google Cloud Messaging (GCM)</strong>. GCM is the next generation of C2DM.</p> +<p>Android Cloud to Device Messaging (C2DM) was officially deprecated on June 26, 2012, and has been + shut down completely as of April 1, 2015. <strong>C2DM developers are strongly encouraged to move + to Google Cloud Messaging (GCM)</strong>. GCM is the next generation of C2DM.</p> + <p>This document is addressed to C2DM developers who are moving to GCM. It describes the differences between GCM and C2DM, and explains how to migrate existing C2DM apps to GCM.</p> |