docs: fix typo; surface dev guide link in package description
Change-Id: I2dc09bb6b79cbe3f80819d6193eb0d8a3565310d
This commit is contained in:
@@ -1,7 +1,11 @@
|
||||
<HTML>
|
||||
<BODY>
|
||||
Provides classes that manage Bluetooth functionality, such as scanning for
|
||||
devices, connecting with devices, and managing data transfer between devices.
|
||||
<p>Provides classes that manage Bluetooth functionality, such as scanning for
|
||||
devices, connecting with devices, and managing data transfer between devices.</p>
|
||||
|
||||
<p>For a complete guide to using the Bluetooth APIs, see the <a
|
||||
href="{@docRoot}guide/topics/wireless/bluetooth.html">Bluetooth</a> developer guide.</p>
|
||||
{@more}
|
||||
|
||||
<p>The Bluetooth APIs let applications:</p>
|
||||
<ul>
|
||||
@@ -20,9 +24,6 @@ also requires the {@link android.Manifest.permission#BLUETOOTH_ADMIN}
|
||||
permission.
|
||||
</p>
|
||||
|
||||
<p>For a detailed guide to using the Bluetooth APIs, see the <a
|
||||
href="{@docRoot}guide/topics/wireless/bluetooth.html">Bluetooth Dev Guide topic</a>.</p>
|
||||
|
||||
<p class="note"><strong>Note:</strong>
|
||||
Not all Android devices are guaranteed to have Bluetooth functionality.</p>
|
||||
</BODY>
|
||||
|
||||
Reference in New Issue
Block a user