Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 20eb5482 authored by Dan Yu's avatar Dan Yu Committed by android-build-merger
Browse files

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

am: f1db8975

* commit 'f1db8975':
  docs: Fixing incorrect bluetooth info for Android TV
parents 5e749627 f1db8975
Loading
Loading
Loading
Loading
+0 −6
Original line number Diff line number Diff line
@@ -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"