Skip to content

Instantly share code, notes, and snippets.

@sinapse1987
sinapse1987 / gist:75796bee967bc9494253
Last active February 12, 2023 17:44 — forked from ianbarber/gist:5170508
Example Sign In activity for Google+ Sign-In on Android
package com.example.anothersignintest;
import java.io.IOException;
import com.google.android.gms.auth.GoogleAuthException;
import com.google.android.gms.auth.GoogleAuthUtil;
import com.google.android.gms.auth.UserRecoverableAuthException;
import com.google.android.gms.common.Scopes;
import com.google.android.gms.common.ConnectionResult;
import com.google.android.gms.common.GooglePlayServicesClient.ConnectionCallbacks;