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