Home | History | Annotate | Download | only in play
      1 page.title=Google Play Services
      2 
      3 @jd:body
      4 
      5 <p>Google Play services is a platform that is delivered through the Google Play Store that
      6     offers integration with Google products, such as Google+, into Android apps.
      7     The Google Play services framework consists of a services component
      8     that runs on the device and a thin client library that you package with your app. </p>
      9     
     10 
     11 <div class="distribute-features col-13">
     12   <ul>
     13     <li style="border-top: 1px solid #F80;"><h5>Easy Authentication</h5> Your app can leverage the user's
     14     existing Google account on the device without having to go through
     15     tedious authentication flows. A few clicks from the user and you're set!
     16     <br /> <a href="https://developers.google.com/android/google-play-services">Learn more &raquo;</a>
     17  </li>
     18     <li style="border-top: 1px solid #F80;"><h5>Google+ Integration</h5> Google Play services makes it
     19         easy for your app to integrate with Sign in with Google+, +1 button, and Google+ history.
     20     <br /> <a href="https://developers.google.com/android/google-play-services">Learn more &raquo;</a>
     21     </li>
     22   </ul>
     23   
     24 </div>