Merge "docs: fixed broken link in UsbManager javadocs" into nyc-dev

This commit is contained in:
Mark Lu
2016-07-11 20:13:46 +00:00
committed by Android (Google) Code Review

View File

@@ -42,7 +42,7 @@ import java.util.HashMap;
* <div class="special reference">
* <h3>Developer Guides</h3>
* <p>For more information about communicating with USB hardware, read the
* <a href="{@docRoot}guide/topics/usb/index.html">USB</a> developer guide.</p>
* <a href="{@docRoot}guide/topics/connectivity/usb/index.html">USB developer guide</a>.</p>
* </div>
*/
public class UsbManager {