summaryrefslogtreecommitdiff
path: root/docs/html-intl
diff options
context:
space:
mode:
authorDaniel Yu <dsyu@google.com>2016-04-27 05:41:21 +0000
committerandroid-build-merger <android-build-merger@google.com>2016-04-27 05:41:21 +0000
commitf09e309f7fa6f6f6882a2fb155ca08feae2acbda (patch)
treebf2f81ffbe0242df6fc95152fe17c96a1e5a8008 /docs/html-intl
parent27076c7bfcbe8623e608d31f8697241ee6855508 (diff)
parentd563c253911b5ad86804b474acbc931d27572d2a (diff)
Merge "docs: Fixing various minor issues" into mnc-mr-docs am: 9780f94 am: cf35d40
am: d563c25 * commit 'd563c253911b5ad86804b474acbc931d27572d2a': docs: Fixing various minor issues Change-Id: Ied80c3fc5cbe1af6fce8a006af698170601bf292
Diffstat (limited to 'docs/html-intl')
-rwxr-xr-xdocs/html-intl/intl/ja/training/tv/start/hardware.jd6
1 files changed, 5 insertions, 1 deletions
diff --git a/docs/html-intl/intl/ja/training/tv/start/hardware.jd b/docs/html-intl/intl/ja/training/tv/start/hardware.jd
index ccf20fa45b9c..76fb56f26f1b 100755
--- a/docs/html-intl/intl/ja/training/tv/start/hardware.jd
+++ b/docs/html-intl/intl/ja/training/tv/start/hardware.jd
@@ -105,16 +105,20 @@ if (uiModeManager.getCurrentModeType() == Configuration.UI_MODE_TYPE_TELEVISION)
<pre>
&lt;uses-feature android:name="android.hardware.touchscreen"
android:required="false"/&gt;
+&lt;uses-feature android:name="android.hardware.faketouch"
+ android:required="false"/&gt;
&lt;uses-feature android:name="android.hardware.telephony"
android:required="false"/&gt;
&lt;uses-feature android:name="android.hardware.camera"
android:required="false"/&gt;
&lt;uses-feature android:name="android.hardware.nfc"
android:required="false"/&gt;
-&lt;uses-feature android:name="android.hardware.gps"
+&lt;uses-feature android:name="android.hardware.location.gps"
android:required="false"/&gt;
&lt;uses-feature android:name="android.hardware.microphone"
android:required="false"/&gt;
+&lt;uses-feature android:name="android.hardware.sensor"
+ android:required="false"/&gt;
</pre>
<p>