summaryrefslogtreecommitdiffstats
path: root/docs/html/guide/topics/usb/accessory.jd
diff options
context:
space:
mode:
Diffstat (limited to 'docs/html/guide/topics/usb/accessory.jd')
-rw-r--r--docs/html/guide/topics/usb/accessory.jd5
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>&lt;uses-feature&gt;</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>&lt;uses-library&gt;</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>&lt;uses-library&gt;</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