Home | History | Annotate | Download | only in versions

Lines Matching full:play

245 <p><a href="{@docRoot}google/play-services/index.html">Google Play services</a>
257 software. On devices that support hardware geofencing, Google Play services
704 To save storage space, Google Play downloads an APK only if it's not already
706 Play records the new user's installation in the usual way but doesn't download
738 such as a widget that offers controls to play music, or they can let users jump
783 drawing directly using Canvas, OpenGL, SurfaceTexture, and more. They can play
1484 play protected content with a DRM solution available on the device.</p>
1506 <p>MediaPlayer supports <strong>chaining audio streams together</strong> to play audio files without pauses. This is useful for apps that require seamless transitions between audio files such as music players to play albums with continuous tracks or games.</p>
1510 <p>The new APIs MediaRouter, MediaRouteActionProvider, and MediaRouteButton provide standard mechanisms and UI for <strong>choosing where to play media</strong>. Support is built-in for wired headsets and a2dp bluetooth headsets and speakers, and you can add your own routing options within your own app.</p>
1523 <li>Better HTML5 video user experience, including touch-to-play/pause and smooth transition from inline to full screen mode. </li>
1546 <p>Starting with Android 4.1, Google Play will help protect application assets by encrypting all paid apps with a device-specific key before they are delivered and stored on a device.</p>
1550 <p>Smart app updates is a new feature of Google Play that introduces a better way of delivering <strong>app updates</strong> to devices. When developers publish an update, Google Play now delivers only the <strong>bits that have changed</strong> to devices, rather than the entire APK. This makes the updates much lighter-weight in most cases, so they are faster to download, save the device?s battery, and conserve bandwidth usage on users? mobile data plan. On average, a smart app update is about <strong>1/3 the size</strong> of a full APK update.</p>
1552 <h3 id="gps">Google Play services</h3>
1554 <p>Google Play services helps developers to <strong>integrate Google services</strong> such as authentication and Google+ into their apps delivered through Google Play.</p>
1556 <p>Google Play services is automatically provisioned to end user devices by Google Play, so all you need is a <strong>thin client library</strong> in your apps.</p>
1558 <p>Because your app only contains the small client library, you can take advantage of these services without a big increase in download size and storage footprint. Also, Google Play will <strong>deliver regular updates</strong> to the services, without developers needing to publish app updates to take advantage of them.</p>
1560 <p>For more information about the APIs included in Google Play Services, see the <a href="http://developers.google.com/android/google-play-services/index.html">Google Play services</a> developer page.</p>