Merge "docs: Fixing incorrect bluetooth info for Android TV" into mnc-docs
This commit is contained in:
@@ -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"/>
|
||||
<uses-feature android:name="android.hardware.camera"
|
||||
android:required="false"/>
|
||||
<uses-feature android:name="android.hardware.bluetooth"
|
||||
android:required="false"/>
|
||||
<uses-feature android:name="android.hardware.nfc"
|
||||
android:required="false"/>
|
||||
<uses-feature android:name="android.hardware.location.gps"
|
||||
|
||||
Reference in New Issue
Block a user