Please note that the contents of this offline web site may be out of date. To access the most recent documentation visit the online version .
Note that links that point to online resources are green in color and will open in a new window.
We would love it if you could give us feedback about this material by filling this form (You have to be online to fill it)
package

com.google.android.gms.common

Contains utility classes for Google Play services.

Interfaces

Classes

AccountPicker Common account picker similar to the standard framework account picker introduced in ICS: , java.lang.String[], boolean, java.lang.String, java.lang.String, java.lang.String[], android.os.Bundle)">newChooseAccountIntent
ConnectionResult Contains all possible error codes for when a client fails to connect to Google Play services. 
ErrorDialogFragment Wraps the Dialog returned by getErrorDialog(int, Activity, int) by using DialogFragment so that it can be properly managed by the Activity
GooglePlayServicesUtil Utility class for verifying that the Google Play services APK is available and up-to-date on this device. 
Scopes OAuth 2.0 scopes for use with Google Play services. 
SignInButton The Google sign-in button to authenticate the user. 
SupportErrorDialogFragment Wraps the Dialog returned by getErrorDialog(int, Activity, int) by using DialogFragment so that it can be properly managed by the Activity

Exceptions

GooglePlayServicesNotAvailableException Indicates Google Play services is not available. 
GooglePlayServicesRepairableException GooglePlayServicesRepairableExceptions are special instances of UserRecoverableException s which are thrown when Google Play Services is not installed, up-to-date, or enabled. 
UserRecoverableException UserRecoverableExceptions signal errors that can be recovered with user action, such as a user login.