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 ccf20fa45b9c9..76fb56f26f1b7 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)
<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"/>
diff --git a/docs/html/preview/features/direct-boot.jd b/docs/html/preview/features/direct-boot.jd index d1530d7efe67d..e6800fdaef569 100644 --- a/docs/html/preview/features/direct-boot.jd +++ b/docs/html/preview/features/direct-boot.jd @@ -71,7 +71,7 @@ run during Direct Boot mode, such as triggering a scheduled alarm.
intent filter forLOCKED_BOOT_COMPLETED, in the app manifest:
-<receiever
+<receiver
android:directBootAware="true" >
...
<intent-filter>
diff --git a/docs/html/training/tv/start/hardware.jd b/docs/html/training/tv/start/hardware.jd
index 9a66c0959964d..97cf7ff6626d0 100644
--- a/docs/html/training/tv/start/hardware.jd
+++ b/docs/html/training/tv/start/hardware.jd
@@ -115,6 +115,10 @@ if (uiModeManager.getCurrentModeType() == Configuration.UI_MODE_TYPE_TELEVISION)
Sensors
{@code android.hardware.sensor}
+
+ Screen in portrait orientation
+ {@code android.hardware.screen.portrait}
+
diff --git a/docs/html/training/tv/start/index.jd b/docs/html/training/tv/start/index.jd
index 5426ad76291d7..cbd9b493dce25 100644
--- a/docs/html/training/tv/start/index.jd
+++ b/docs/html/training/tv/start/index.jd
@@ -50,6 +50,10 @@ startpage=true
Getting Started with TV Apps