From c283670669b9510638ef4089eded8597576c1e44 Mon Sep 17 00:00:00 2001 From: Daniel Yu Date: Wed, 25 Nov 2015 14:22:15 -0800 Subject: [PATCH] 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 --- docs/html/training/tv/start/hardware.jd | 6 ------ 1 file changed, 6 deletions(-) diff --git a/docs/html/training/tv/start/hardware.jd b/docs/html/training/tv/start/hardware.jd index b1e39cb1a93b3..9a66c0959964d 100644 --- a/docs/html/training/tv/start/hardware.jd +++ b/docs/html/training/tv/start/hardware.jd @@ -99,10 +99,6 @@ if (uiModeManager.getCurrentModeType() == Configuration.UI_MODE_TYPE_TELEVISION) Camera {@code android.hardware.camera} - - Bluetooth - {@code android.hardware.bluetooth} - Near Field Communications (NFC) {@code android.hardware.nfc} @@ -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"