diff options
author | Scott Main <smain@google.com> | 2012-01-10 12:58:03 -0800 |
---|---|---|
committer | Android Git Automerger <android-git-automerger@android.com> | 2012-01-10 12:58:03 -0800 |
commit | f6f793c4ac3670d40a5a38f40388124ddca56cf9 (patch) | |
tree | 92f7d39980ae034c5156ff9ed4bd40bd44eb4531 /docs/html/guide/topics/usb/accessory.jd | |
parent | 5437c220e239dc6276942990bc81c1388cfb176c (diff) | |
parent | 5a3e67c7811d4a7906548e113561cd1e901de9e2 (diff) | |
download | frameworks_base-f6f793c4ac3670d40a5a38f40388124ddca56cf9.zip frameworks_base-f6f793c4ac3670d40a5a38f40388124ddca56cf9.tar.gz frameworks_base-f6f793c4ac3670d40a5a38f40388124ddca56cf9.tar.bz2 |
am 5a3e67c7: am d1186cd5: Merge "docs: fix broken links in .jd docs" into ics-mr1
* commit '5a3e67c7811d4a7906548e113561cd1e901de9e2':
docs: fix broken links in .jd docs
Diffstat (limited to 'docs/html/guide/topics/usb/accessory.jd')
-rw-r--r-- | docs/html/guide/topics/usb/accessory.jd | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/docs/html/guide/topics/usb/accessory.jd b/docs/html/guide/topics/usb/accessory.jd index b0f4881..8b74bc0 100644 --- a/docs/html/guide/topics/usb/accessory.jd +++ b/docs/html/guide/topics/usb/accessory.jd @@ -169,8 +169,9 @@ UsbAccessory accessory = (UsbAccessory) intent.getParcelableExtra(UsbManager.EXT include a <code><uses-feature></code> element that declares that your application uses the <code>android.hardware.usb.accessory</code> feature.</li> - <li>If you are using the <a href="addon">add-on library</a>, add the - <code><uses-library></code> element specifying + <li>If you are using the + <a href="http://code.google.com/android/add-ons/google-apis/index.html">add-on library</a>, + add the <code><uses-library></code> element specifying <code>com.android.future.usb.accessory</code> for the library.</li> <li>Set the minimum SDK of the application to API Level 10 if you are using the add-on library |