diff options
author | Hemal Patel <hemalp@google.com> | 2016-08-17 13:18:14 -0700 |
---|---|---|
committer | Hemal Patel <hemalp@google.com> | 2016-08-17 13:55:09 -0700 |
commit | e2cf867851868c34fac467aa356ae59c6649c85e (patch) | |
tree | de481402b6c7e15d5a602087f1709cb0dd48fb40 /framework/java/android/bluetooth/BluetoothManager.java | |
parent | 3ad02fff15ef49d705caab6836d76067c489389f (diff) |
Docs: Fixed the Bluetooth guide link
Fixed the link that points to the Bluetooth guide.
Bug: 29268546
Change-Id: I51c48cebf45c78481f8853a93ff7bcd8483d69ba
Diffstat (limited to 'framework/java/android/bluetooth/BluetoothManager.java')
-rw-r--r-- | framework/java/android/bluetooth/BluetoothManager.java | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/framework/java/android/bluetooth/BluetoothManager.java b/framework/java/android/bluetooth/BluetoothManager.java index 35437a1fd7..00058a9790 100644 --- a/framework/java/android/bluetooth/BluetoothManager.java +++ b/framework/java/android/bluetooth/BluetoothManager.java @@ -38,8 +38,11 @@ import java.util.List; * * <div class="special reference"> * <h3>Developer Guides</h3> - * <p>For more information about using BLUETOOTH, read the - * <a href="{@docRoot}guide/topics/connectivity/bluetooth.html">Bluetooth</a> developer guide.</p> + * <p> + * For more information about using BLUETOOTH, read the <a href= + * "{@docRoot}guide/topics/connectivity/bluetooth.html">Bluetooth</a> developer + * guide. + * </p> * </div> * * @see Context#getSystemService |