diff options
author | Scott Kennedy <skennedy@google.com> | 2014-11-04 19:16:55 +0000 |
---|---|---|
committer | Android Git Automerger <android-git-automerger@android.com> | 2014-11-04 19:16:55 +0000 |
commit | 50567bb1f047fbed512551534bff6ce017690588 (patch) | |
tree | d68ab751be2c3e641adbba6227fe7b2c771b053b /docs | |
parent | aa743477137e615ab35b9f6c0d131542cb9c6c41 (diff) | |
parent | 4b28b1c3f579e285b9b030ea1612bf7cb0ef04e1 (diff) | |
download | frameworks_base-50567bb1f047fbed512551534bff6ce017690588.zip frameworks_base-50567bb1f047fbed512551534bff6ce017690588.tar.gz frameworks_base-50567bb1f047fbed512551534bff6ce017690588.tar.bz2 |
am 4b28b1c3: am cf57296d: am d78ce503: Merge "Fix a small typo in a variable name" into lmp-docs
* commit '4b28b1c3f579e285b9b030ea1612bf7cb0ef04e1':
Fix a small typo in a variable name
Diffstat (limited to 'docs')
-rw-r--r-- | docs/html/training/wearables/data-layer/accessing.jd | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/html/training/wearables/data-layer/accessing.jd b/docs/html/training/wearables/data-layer/accessing.jd index 896a698..36e3daa 100644 --- a/docs/html/training/wearables/data-layer/accessing.jd +++ b/docs/html/training/wearables/data-layer/accessing.jd @@ -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>
\ No newline at end of file +to use the data layer API.</p> |