Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 9f07eb35 authored by Scott Kennedy's avatar Scott Kennedy Committed by Android Git Automerger
Browse files

am 50567bb1: am 4b28b1c3: am cf57296d: am d78ce503: Merge "Fix a small typo in...

am 50567bb1: am 4b28b1c3: am cf57296d: am d78ce503: Merge "Fix a small typo in a variable name" into lmp-docs

* commit '50567bb1':
  Fix a small typo in a variable name
parents 9433c87b 50567bb1
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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() {
                &#64;Override
                public void onConnected(Bundle connectionHint) {