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

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

am d78ce503: Merge "Fix a small typo in a variable name" into lmp-docs

* commit 'd78ce503':
  Fix a small typo in a variable name
parents af002b35 d78ce503
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) {