docs: Fixing incorrect bluetooth info for Android TV

Bluetooth is supported on all Android TV devices, so removing
docs that indicate that it's unsupported. Grep'd through all
DAC docs looking for other places where we claim bluetooth isn't
supported on Android TV, and found none, so this one topic change
is the only fix needed (I believe).

Bug: 24811556
Change-Id: I075d57002657fbaf47d20ecfee02148becbb55ef
This commit is contained in:
Daniel Yu
2015-11-25 14:22:15 -08:00
parent e68f6cdabd
commit c283670669

View File

@@ -99,10 +99,6 @@ if (uiModeManager.getCurrentModeType() == Configuration.UI_MODE_TYPE_TELEVISION)
<td>Camera</td>
<td>{@code android.hardware.camera}</td>
</tr>
<tr>
<td>Bluetooth</td>
<td>{@code android.hardware.bluetooth}</td>
</tr>
<tr>
<td>Near Field Communications (NFC)</td>
<td>{@code android.hardware.nfc}</td>
@@ -159,8 +155,6 @@ if (uiModeManager.getCurrentModeType() == Configuration.UI_MODE_TYPE_TELEVISION)
android:required="false"/&gt;
&lt;uses-feature android:name="android.hardware.camera"
android:required="false"/&gt;
&lt;uses-feature android:name="android.hardware.bluetooth"
android:required="false"/&gt;
&lt;uses-feature android:name="android.hardware.nfc"
android:required="false"/&gt;
&lt;uses-feature android:name="android.hardware.location.gps"