Home | History | Annotate | Download | only in sign-in
      1 page.title=Adding Sign-In
      2 page.tags=authentication,signin
      3 page.article=true
      4 page.trainingcourse=true
      5 @jd:body
      6 
      7 
      8 <img src="{@docRoot}images/google/gps-googleplus.png"
      9   width="300"
     10   style="float:right;margin:0 0 20px 20px"
     11   alt="Google maps sample image">
     12 
     13 <p>
     14   Google Sign-In for Android lets you authenticate a user with the same credentials they use on
     15   Google. After a user signs in with Google, you can create more engaging experiences and drive
     16   usage of your app.
     17 </p>
     18 
     19 <p>
     20   The <a href="https://developers.google.com/identity/sign-in/android/">Google Android API</a> allows
     21   you to integrate sign-in and social features into your app.
     22 </p>
     23 
     24 
     25 <h2 id="features">Key Developer Features</h2>
     26 
     27 <h4>Trusted authentication</h4>
     28 <p>
     29   Google Sign-In is a simple, trusted, and secure way to let people sign in to your app with their
     30   Google credentials.<br>
     31   <a href="https://developers.google.com/identity/sign-in/android/sign-in" class="external-link">Add
     32   Sign-in</a>.
     33 </p>
     34 
     35 <h4>Access the profile and social graph</h4>
     36 <p>
     37   After users have signed in with Google, your app can welcome them by name and display their
     38   picture. If your app requests social scopes, it can connect users with friends, and access
     39   age range, language, and public profile information.<br>
     40   <a href="https://developers.google.com/identity/sign-in/android/people" class="external-link">
     41   Getting Profile Information</a>.
     42 </p>
     43 
     44 
     45 <h2 id="start">Get Started</h2>
     46 <p>
     47   The Google Android APIs are part of the Google Play services platform. To use Google features,
     48   set up the Google Play services SDK in your app development project. For more information, see
     49   the <a class="external-link" href=
     50   "https://developers.google.com/identity/sign-in/android/start-integrating">Start Integrating</a>
     51   guide for Google Sign-In.
     52 </p>