Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 9af7d407 authored by kmccormick's avatar kmccormick Committed by Android Git Automerger
Browse files

am 227615ee: am bf370185: Doc update: restoring deprecation messages

* commit '227615ee':
  Doc update: restoring deprecation messages
parents e5bde8e0 227615ee
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -850,6 +850,10 @@ Summary:


<h2>Class Overview</h2>

<div style="background-color:#fffdeb;width:100%;margin-bottom:1em;padding:.5em;"><strong>DEPRECATED.</strong> Please use the <a href=
"http://developer.android.com/reference/com/google/android/gms/gcm/GoogleCloudMessaging.html"><code>GoogleCloudMessaging</code></a> API instead.</div>

<p itemprop="articleBody">Skeleton for application-specific <code><a href="/reference/android/app/IntentService.html">IntentService</a></code>s responsible for
 handling communication from Google Cloud Messaging service.
 <p>
+2 −0
Original line number Diff line number Diff line
@@ -749,6 +749,8 @@ Summary:


<h2>Class Overview</h2>
<div style="background-color:#fffdeb;width:100%;margin-bottom:1em;padding:.5em;"><strong>DEPRECATED.</strong> Please use the <a href=
"http://developer.android.com/reference/com/google/android/gms/gcm/GoogleCloudMessaging.html"><code>GoogleCloudMessaging</code></a> API instead.</div>
<p itemprop="articleBody"><code><a href="/reference/android/content/BroadcastReceiver.html">BroadcastReceiver</a></code> that receives GCM messages and delivers them to
 an application-specific <code><a href="/reference/com/google/android/gcm/GCMBaseIntentService.html">GCMBaseIntentService</a></code> subclass.
 <p>
+2 −0
Original line number Diff line number Diff line
@@ -722,6 +722,8 @@ Summary:


<h2>Class Overview</h2>
<div style="background-color:#fffdeb;width:100%;margin-bottom:1em;padding:.5em;"><strong>DEPRECATED.</strong> Please use the <a href=
"http://developer.android.com/reference/com/google/android/gms/gcm/GoogleCloudMessaging.html"><code>GoogleCloudMessaging</code></a> API instead.</div>
<p itemprop="articleBody">Constants used by the GCM library.
</p>

+2 −0
Original line number Diff line number Diff line
@@ -725,6 +725,8 @@ Summary:


<h2>Class Overview</h2>
<div style="background-color:#fffdeb;width:100%;margin-bottom:1em;padding:.5em;"><strong>DEPRECATED.</strong> Please use the <a href=
"http://developer.android.com/reference/com/google/android/gms/gcm/GoogleCloudMessaging.html"><code>GoogleCloudMessaging</code></a> API instead.</div>
<p itemprop="articleBody">Utilities for device registration.
 <p>
 <strong>Note:</strong> this class uses a private <code><a href="/reference/android/content/SharedPreferences.html">SharedPreferences</a></code>
+5 −7
Original line number Diff line number Diff line
@@ -654,21 +654,19 @@ onkeyup="return search_changed(event, false, '/')" />
   <table class="jd-sumtable-expando">
        <tr class="alt-color api apilevel-" >
              <td class="jd-linkcol"><a href="/reference/com/google/android/gcm/GCMBaseIntentService.html">GCMBaseIntentService</a></td>
              <td class="jd-descrcol" width="100%">Skeleton for application-specific <code><a href="/reference/android/app/IntentService.html">IntentService</a></code>s responsible for
 handling communication from Google Cloud Messaging service.&nbsp;</td>
              <td class="jd-descrcol" width="100%">DEPRECATED.&nbsp;</td>
          </tr>
        <tr class=" api apilevel-" >
              <td class="jd-linkcol"><a href="/reference/com/google/android/gcm/GCMBroadcastReceiver.html">GCMBroadcastReceiver</a></td>
              <td class="jd-descrcol" width="100%"><code><a href="/reference/android/content/BroadcastReceiver.html">BroadcastReceiver</a></code> that receives GCM messages and delivers them to
 an application-specific <code><a href="/reference/com/google/android/gcm/GCMBaseIntentService.html">GCMBaseIntentService</a></code> subclass.&nbsp;</td>
              <td class="jd-descrcol" width="100%">DEPRECATED.&nbsp;</td>
          </tr>
        <tr class="alt-color api apilevel-" >
              <td class="jd-linkcol"><a href="/reference/com/google/android/gcm/GCMConstants.html">GCMConstants</a></td>
              <td class="jd-descrcol" width="100%">Constants used by the GCM library.&nbsp;</td>
              <td class="jd-descrcol" width="100%">DEPRECATED.&nbsp;</td>
          </tr>
        <tr class=" api apilevel-" >
              <td class="jd-linkcol"><a href="/reference/com/google/android/gcm/GCMRegistrar.html">GCMRegistrar</a></td>
              <td class="jd-descrcol" width="100%">Utilities for device registration.&nbsp;</td>
              <td class="jd-descrcol" width="100%">DEPRECATED.&nbsp;</td>
          </tr>
  </table>
    </div>
Loading