am d78ce503: Merge "Fix a small typo in a variable name" into lmp-docs
* commit 'd78ce50372ec473b6a895d053f9ffc2956e933ef': Fix a small typo in a variable name
This commit is contained in:
@@ -37,7 +37,7 @@ for more information about creating a <a href="{@docRoot}reference/com/google/an
|
||||
implementing its callbacks, and handling error cases.</p>
|
||||
|
||||
<pre style="clear:right">
|
||||
GoogleApiClient mGoogleAppiClient = new GoogleApiClient.Builder(this)
|
||||
GoogleApiClient mGoogleApiClient = new GoogleApiClient.Builder(this)
|
||||
.addConnectionCallbacks(new ConnectionCallbacks() {
|
||||
@Override
|
||||
public void onConnected(Bundle connectionHint) {
|
||||
@@ -64,4 +64,4 @@ GoogleApiClient mGoogleAppiClient = new GoogleApiClient.Builder(this)
|
||||
method, as described in
|
||||
<a href="{@docRoot}google/auth/api-client.html#Starting">Accessing Google Play services APIs</a>.
|
||||
When the system invokes the <code>onConnected()</code> callback for your client, you're ready
|
||||
to use the data layer API.</p>
|
||||
to use the data layer API.</p>
|
||||
|
||||
Reference in New Issue
Block a user