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

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

am 49be1ef3: Merge "Doc change: cleanup filtering sidebars and api level...

am 49be1ef3: Merge "Doc change: cleanup filtering sidebars and api level table. Changes links pointing to billing and other play docs that have moved." into jb-mr1-dev

* commit '49be1ef3':
  Doc change: cleanup filtering sidebars and api level table. Changes links pointing to billing and other play docs that have moved.
parents a1b3b99c 49be1ef3
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -825,7 +825,7 @@ devices.</li>
href="{@docRoot}guide/topics/manifest/uses-feature-element.html">{@code
&lt;uses-feature&gt;}</a> manifest elements. For more information about
declaring features in an application manifest, read <a
href="{@docRoot}guide/google/play/filters.html">Google Play
href="{@docRoot}google/play/filters.html">Google Play
Filters</a>.</p>


+1 −1
Original line number Diff line number Diff line
@@ -343,7 +343,7 @@ unique installations</a>. By creating a new {@link java.util.UUID} when your app
first time, you’re certain to obtain a unique ID for tracking each user, regardless of how many
users install your app on a single device. Alternatively, you can save a local token fetched from
your server or use the registrations ID provided by <a
href="{@docRoot}guide/google/gcm/index.html">Google Cloud Messaging</a>.</p>
href="{@docRoot}google/gcm/index.html">Google Cloud Messaging</a>.</p>

<p>Beware that if your app requests one of the hardware device identifiers (such as the WiFi MAC
address, the {@link android.os.Build#SERIAL} number, or the {@link
+1 −1
Original line number Diff line number Diff line
@@ -962,7 +962,7 @@ style="font-weight:500;">App Widgets</span> can resize automatically to fit the

<p>GCM handles all the details of <strong>queuing messages and delivering them</strong> efficiently to the targeted Android devices. It supports message <strong>multicasting</strong> and can reach up to 1000 connected devices simultaneously with a single request. It also supports message <strong>payloads</strong>, which means that in addition to sending tickle messages to an app on the device, developers can send up to 4K of data. </p>

<p>Google Cloud Messaging is completely <strong>free for all developers</strong> and sign-up is easy. See the <a href="{@docRoot}guide/google/gcm/index.html">Google Cloud Messaging</a> page for registration, downloads, and documentation.</p>
<p>Google Cloud Messaging is completely <strong>free for all developers</strong> and sign-up is easy. See the <a href="{@docRoot}google/gcm/index.html">Google Cloud Messaging</a> page for registration, downloads, and documentation.</p>

<h3>App Encryption</h3>

+2 −2
Original line number Diff line number Diff line
@@ -70,7 +70,7 @@ src="http://1.bp.blogspot.com/-6K1kfNOdek8/T72bXvtTSQI/AAAAAAAABmw/kYzmJt0_328/s
                   <h2>In-app Subscriptions with Trials</h2>
                   <p>You can now set up a <strong>free trial period</strong> for any Google Play in-app subscription, making it easy for users try your subscriber content before automatically converting to a full subscription. Free trials give you a new way to bring users into your products and engage them effectively. </p>
                   <p><a class="button"
href="{@docRoot}guide/google/play/billing/billing_subscriptions.html#trials">Read
href="{@docRoot}google/play/billing/billing_subscriptions.html#trials">Read
more</a></p>
                   </div>                
                </li>
+1 −1
Original line number Diff line number Diff line
@@ -62,7 +62,7 @@ others.</p>

<p>When you upload your app, Google Play reads the dependencies and sets up any
necessary distribution rules. For technical information about declaring
dependencies, read <a href="{@docRoot}guide/google/play/filters.html">Filters on 
dependencies, read <a href="{@docRoot}google/play/filters.html">Filters on 
Google Play</a>. </p>

<p>For pinpoint control over distribution, Google Play lets you see all of the
Loading