Merge "docs: Fixing incorrect bluetooth info for Android TV" into mnc-docs

This commit is contained in:
Dan Yu
2015-12-02 17:48:27 +00:00
committed by Android (Google) Code Review

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"