Lines Matching full:services
18 Google Play services offers a standard authorization flow for all Google APIs and
19 all components of Google Play services. In addition, you can leverage the authorization
20 portion of the Google Play services SDK to gain authorization to services that are not yet supported
21 in the Google Play services platform by using the access token to manually make API
25 <p>For implementation details, see the sample in <code><android-sdk>/extras/google-play-services/samples/auth</code>,
30 Google Play services leverage existing accounts on an Android-powered device
31 to gain authorization to the services that you want to use. To obtain an access token,
99 The sample in the Google Play services SDK shows you how to wrap this call in an AsyncTask.
114 For background services. Displays a notification to the user when authorization errors occur.</li>
117 This method is for use in background services. It displays a notification to the user
138 <p>See the sample in <code><android-sdk>/extras/google-play-services/samples/auth</code> for implementation details.</p>
167 and occurs when the actual Google Play services APK is not installed or unavailable.
201 Once you have successfully obtained a token, you can use it to access Google services.
202 Many Google services provide client libraries, so it is recommended that you use these when