diff options
author | Daniel Yu <dsyu@google.com> | 2016-04-27 05:41:21 +0000 |
---|---|---|
committer | android-build-merger <android-build-merger@google.com> | 2016-04-27 05:41:21 +0000 |
commit | f09e309f7fa6f6f6882a2fb155ca08feae2acbda (patch) | |
tree | bf2f81ffbe0242df6fc95152fe17c96a1e5a8008 /docs/html-intl | |
parent | 27076c7bfcbe8623e608d31f8697241ee6855508 (diff) | |
parent | d563c253911b5ad86804b474acbc931d27572d2a (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-x | docs/html-intl/intl/ja/training/tv/start/hardware.jd | 6 |
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> <uses-feature android:name="android.hardware.touchscreen" android:required="false"/> +<uses-feature android:name="android.hardware.faketouch" + android:required="false"/> <uses-feature android:name="android.hardware.telephony" android:required="false"/> <uses-feature android:name="android.hardware.camera" android:required="false"/> <uses-feature android:name="android.hardware.nfc" android:required="false"/> -<uses-feature android:name="android.hardware.gps" +<uses-feature android:name="android.hardware.location.gps" android:required="false"/> <uses-feature android:name="android.hardware.microphone" android:required="false"/> +<uses-feature android:name="android.hardware.sensor" + android:required="false"/> </pre> <p> |