Skip to content

Instantly share code, notes, and snippets.

@hitherejoe
Created May 27, 2016 13:13
Show Gist options
  • Save hitherejoe/645dc2e65364c22f9fa000c3c7bca107 to your computer and use it in GitHub Desktop.
Save hitherejoe/645dc2e65364c22f9fa000c3c7bca107 to your computer and use it in GitHub Desktop.
mGoogleApiClient = new GoogleApiClient.Builder(getActivity())
.enableAutoManage(fragmentActivity, mOnConnectionFailedListener)
.setAccountName(accountName)
.addApi(Wallet.API, new Wallet.WalletOptions.Builder()
.setEnvironment(Constants.WALLET_ENVIRONMENT)
.setTheme(WalletConstants.THEME_LIGHT)
.build())
.build();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment