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

Commit e5bde8e0 authored by Dirk Dougherty's avatar Dirk Dougherty Committed by Android Git Automerger
Browse files

am bd9e41ba: am fe3da794: Doc change: refresh gcore/gms reference from e-release.

* commit 'bd9e41ba':
  Doc change: refresh gcore/gms reference from e-release.
parents 3574bef4 bd9e41ba
Loading
Loading
Loading
Loading
+14 −5
Original line number Original line Diff line number Diff line
@@ -487,6 +487,9 @@ onkeyup="return search_changed(event, false, '/')" />
      <li><a href="/google/play/billing/billing_admin.html">
      <li><a href="/google/play/billing/billing_admin.html">
              <span class="en">Administering In-app Billing</span></a>
              <span class="en">Administering In-app Billing</span></a>
      </li>
      </li>
      <li><a href="/google/play/billing/gp-purchase-status-api.html">
              <span class="en">Purchase Status API</span></a>
      </li>
      <li><a href="/google/play/billing/versions.html">
      <li><a href="/google/play/billing/versions.html">
              <span class="en">Version Notes</span></a>
              <span class="en">Version Notes</span></a>
      </li>
      </li>
@@ -506,8 +509,17 @@ onkeyup="return search_changed(event, false, '/')" />
        <li><a href="/google/gcm/gcm.html">
        <li><a href="/google/gcm/gcm.html">
            <span class="en">Architectural Overview</span></a>
            <span class="en">Architectural Overview</span></a>
        </li>
        </li>
        <li><a href="/google/gcm/demo.html">
         <li><a href="/google/gcm/ccs.html">
            <span class="en">Demo App Tutorial</span></a>
              <span class="en">Cloud Connection Server</span></a>
        </li>
        <li><a href="/google/gcm/notifications.html">
              <span class="en">User Notifications</span></a>
        </li>
        <li><a href="/google/gcm/client.html">
            <span class="en">GCM Client</span></a>
        </li>
        <li><a href="/google/gcm/server.html">
            <span class="en">GCM Server</span></a>
        </li>
        </li>
        <li><a href="/google/gcm/adv.html">
        <li><a href="/google/gcm/adv.html">
            <span class="en">Advanced Topics</span></a>
            <span class="en">Advanced Topics</span></a>
@@ -838,9 +850,6 @@ Summary:




<h2>Class Overview</h2>
<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
<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.
 handling communication from Google Cloud Messaging service.
 <p>
 <p>
+14 −6
Original line number Original line Diff line number Diff line
@@ -487,6 +487,9 @@ onkeyup="return search_changed(event, false, '/')" />
      <li><a href="/google/play/billing/billing_admin.html">
      <li><a href="/google/play/billing/billing_admin.html">
              <span class="en">Administering In-app Billing</span></a>
              <span class="en">Administering In-app Billing</span></a>
      </li>
      </li>
      <li><a href="/google/play/billing/gp-purchase-status-api.html">
              <span class="en">Purchase Status API</span></a>
      </li>
      <li><a href="/google/play/billing/versions.html">
      <li><a href="/google/play/billing/versions.html">
              <span class="en">Version Notes</span></a>
              <span class="en">Version Notes</span></a>
      </li>
      </li>
@@ -506,8 +509,17 @@ onkeyup="return search_changed(event, false, '/')" />
        <li><a href="/google/gcm/gcm.html">
        <li><a href="/google/gcm/gcm.html">
            <span class="en">Architectural Overview</span></a>
            <span class="en">Architectural Overview</span></a>
        </li>
        </li>
        <li><a href="/google/gcm/demo.html">
         <li><a href="/google/gcm/ccs.html">
            <span class="en">Demo App Tutorial</span></a>
              <span class="en">Cloud Connection Server</span></a>
        </li>
        <li><a href="/google/gcm/notifications.html">
              <span class="en">User Notifications</span></a>
        </li>
        <li><a href="/google/gcm/client.html">
            <span class="en">GCM Client</span></a>
        </li>
        <li><a href="/google/gcm/server.html">
            <span class="en">GCM Server</span></a>
        </li>
        </li>
        <li><a href="/google/gcm/adv.html">
        <li><a href="/google/gcm/adv.html">
            <span class="en">Advanced Topics</span></a>
            <span class="en">Advanced Topics</span></a>
@@ -737,10 +749,6 @@ Summary:




<h2>Class Overview</h2>
<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
<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.
 an application-specific <code><a href="/reference/com/google/android/gcm/GCMBaseIntentService.html">GCMBaseIntentService</a></code> subclass.
 <p>
 <p>
+14 −4
Original line number Original line Diff line number Diff line
@@ -487,6 +487,9 @@ onkeyup="return search_changed(event, false, '/')" />
      <li><a href="/google/play/billing/billing_admin.html">
      <li><a href="/google/play/billing/billing_admin.html">
              <span class="en">Administering In-app Billing</span></a>
              <span class="en">Administering In-app Billing</span></a>
      </li>
      </li>
      <li><a href="/google/play/billing/gp-purchase-status-api.html">
              <span class="en">Purchase Status API</span></a>
      </li>
      <li><a href="/google/play/billing/versions.html">
      <li><a href="/google/play/billing/versions.html">
              <span class="en">Version Notes</span></a>
              <span class="en">Version Notes</span></a>
      </li>
      </li>
@@ -506,8 +509,17 @@ onkeyup="return search_changed(event, false, '/')" />
        <li><a href="/google/gcm/gcm.html">
        <li><a href="/google/gcm/gcm.html">
            <span class="en">Architectural Overview</span></a>
            <span class="en">Architectural Overview</span></a>
        </li>
        </li>
        <li><a href="/google/gcm/demo.html">
         <li><a href="/google/gcm/ccs.html">
            <span class="en">Demo App Tutorial</span></a>
              <span class="en">Cloud Connection Server</span></a>
        </li>
        <li><a href="/google/gcm/notifications.html">
              <span class="en">User Notifications</span></a>
        </li>
        <li><a href="/google/gcm/client.html">
            <span class="en">GCM Client</span></a>
        </li>
        <li><a href="/google/gcm/server.html">
            <span class="en">GCM Server</span></a>
        </li>
        </li>
        <li><a href="/google/gcm/adv.html">
        <li><a href="/google/gcm/adv.html">
            <span class="en">Advanced Topics</span></a>
            <span class="en">Advanced Topics</span></a>
@@ -710,8 +722,6 @@ Summary:




<h2>Class Overview</h2>
<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 itemprop="articleBody">Constants used by the GCM library.
</p>
</p>


+14 −6
Original line number Original line Diff line number Diff line
@@ -487,6 +487,9 @@ onkeyup="return search_changed(event, false, '/')" />
      <li><a href="/google/play/billing/billing_admin.html">
      <li><a href="/google/play/billing/billing_admin.html">
              <span class="en">Administering In-app Billing</span></a>
              <span class="en">Administering In-app Billing</span></a>
      </li>
      </li>
      <li><a href="/google/play/billing/gp-purchase-status-api.html">
              <span class="en">Purchase Status API</span></a>
      </li>
      <li><a href="/google/play/billing/versions.html">
      <li><a href="/google/play/billing/versions.html">
              <span class="en">Version Notes</span></a>
              <span class="en">Version Notes</span></a>
      </li>
      </li>
@@ -506,8 +509,17 @@ onkeyup="return search_changed(event, false, '/')" />
        <li><a href="/google/gcm/gcm.html">
        <li><a href="/google/gcm/gcm.html">
            <span class="en">Architectural Overview</span></a>
            <span class="en">Architectural Overview</span></a>
        </li>
        </li>
        <li><a href="/google/gcm/demo.html">
         <li><a href="/google/gcm/ccs.html">
            <span class="en">Demo App Tutorial</span></a>
              <span class="en">Cloud Connection Server</span></a>
        </li>
        <li><a href="/google/gcm/notifications.html">
              <span class="en">User Notifications</span></a>
        </li>
        <li><a href="/google/gcm/client.html">
            <span class="en">GCM Client</span></a>
        </li>
        <li><a href="/google/gcm/server.html">
            <span class="en">GCM Server</span></a>
        </li>
        </li>
        <li><a href="/google/gcm/adv.html">
        <li><a href="/google/gcm/adv.html">
            <span class="en">Advanced Topics</span></a>
            <span class="en">Advanced Topics</span></a>
@@ -713,10 +725,6 @@ Summary:




<h2>Class Overview</h2>
<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 itemprop="articleBody">Utilities for device registration.
 <p>
 <p>
 <strong>Note:</strong> this class uses a private <code><a href="/reference/android/content/SharedPreferences.html">SharedPreferences</a></code>
 <strong>Note:</strong> this class uses a private <code><a href="/reference/android/content/SharedPreferences.html">SharedPreferences</a></code>
+20 −6
Original line number Original line Diff line number Diff line
@@ -488,6 +488,9 @@ onkeyup="return search_changed(event, false, '/')" />
      <li><a href="/google/play/billing/billing_admin.html">
      <li><a href="/google/play/billing/billing_admin.html">
              <span class="en">Administering In-app Billing</span></a>
              <span class="en">Administering In-app Billing</span></a>
      </li>
      </li>
      <li><a href="/google/play/billing/gp-purchase-status-api.html">
              <span class="en">Purchase Status API</span></a>
      </li>
      <li><a href="/google/play/billing/versions.html">
      <li><a href="/google/play/billing/versions.html">
              <span class="en">Version Notes</span></a>
              <span class="en">Version Notes</span></a>
      </li>
      </li>
@@ -507,8 +510,17 @@ onkeyup="return search_changed(event, false, '/')" />
        <li><a href="/google/gcm/gcm.html">
        <li><a href="/google/gcm/gcm.html">
            <span class="en">Architectural Overview</span></a>
            <span class="en">Architectural Overview</span></a>
        </li>
        </li>
        <li><a href="/google/gcm/demo.html">
         <li><a href="/google/gcm/ccs.html">
            <span class="en">Demo App Tutorial</span></a>
              <span class="en">Cloud Connection Server</span></a>
        </li>
        <li><a href="/google/gcm/notifications.html">
              <span class="en">User Notifications</span></a>
        </li>
        <li><a href="/google/gcm/client.html">
            <span class="en">GCM Client</span></a>
        </li>
        <li><a href="/google/gcm/server.html">
            <span class="en">GCM Server</span></a>
        </li>
        </li>
        <li><a href="/google/gcm/adv.html">
        <li><a href="/google/gcm/adv.html">
            <span class="en">Advanced Topics</span></a>
            <span class="en">Advanced Topics</span></a>
@@ -642,19 +654,21 @@ onkeyup="return search_changed(event, false, '/')" />
  <table class="jd-sumtable-expando">
  <table class="jd-sumtable-expando">
        <tr class="alt-color api apilevel-" >
        <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-linkcol"><a href="/reference/com/google/android/gcm/GCMBaseIntentService.html">GCMBaseIntentService</a></td>
              <td class="jd-descrcol" width="100%">DEPRECATED.&nbsp;</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>
          </tr>
          </tr>
        <tr class=" api apilevel-" >
        <tr class=" api apilevel-" >
              <td class="jd-linkcol"><a href="/reference/com/google/android/gcm/GCMBroadcastReceiver.html">GCMBroadcastReceiver</a></td>
              <td class="jd-linkcol"><a href="/reference/com/google/android/gcm/GCMBroadcastReceiver.html">GCMBroadcastReceiver</a></td>
              <td class="jd-descrcol" width="100%">DEPRECATED.&nbsp;</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>
          </tr>
          </tr>
        <tr class="alt-color api apilevel-" >
        <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-linkcol"><a href="/reference/com/google/android/gcm/GCMConstants.html">GCMConstants</a></td>
              <td class="jd-descrcol" width="100%">DEPRECATED.&nbsp;</td>
              <td class="jd-descrcol" width="100%">Constants used by the GCM library.&nbsp;</td>
          </tr>
          </tr>
        <tr class=" api apilevel-" >
        <tr class=" api apilevel-" >
              <td class="jd-linkcol"><a href="/reference/com/google/android/gcm/GCMRegistrar.html">GCMRegistrar</a></td>
              <td class="jd-linkcol"><a href="/reference/com/google/android/gcm/GCMRegistrar.html">GCMRegistrar</a></td>
              <td class="jd-descrcol" width="100%">DEPRECATED.&nbsp;</td>
              <td class="jd-descrcol" width="100%">Utilities for device registration.&nbsp;</td>
          </tr>
          </tr>
  </table>
  </table>
    </div>
    </div>
Loading