diff options
author | Dianne Hackborn <hackbod@google.com> | 2011-06-14 11:36:05 -0700 |
---|---|---|
committer | Android Git Automerger <android-git-automerger@android.com> | 2011-06-14 11:36:05 -0700 |
commit | 6c0533f994e7991b3bd60cab48362e8e2e6d86f0 (patch) | |
tree | b76a68e9573c6857c24cdee95d7ff65fbc8febfe /data/etc | |
parent | 49572479a9cb479f2b323f011c1a9f8142ec1a46 (diff) | |
parent | c5193c6285d7094fb86dcb5cd56f44a3788af7c2 (diff) | |
download | frameworks_base-6c0533f994e7991b3bd60cab48362e8e2e6d86f0.zip frameworks_base-6c0533f994e7991b3bd60cab48362e8e2e6d86f0.tar.gz frameworks_base-6c0533f994e7991b3bd60cab48362e8e2e6d86f0.tar.bz2 |
am c5193c62: Merge "Add new landscape and portrait orientation features." into honeycomb-mr2
* commit 'c5193c6285d7094fb86dcb5cd56f44a3788af7c2':
Add new landscape and portrait orientation features.
Diffstat (limited to 'data/etc')
-rw-r--r-- | data/etc/handheld_core_hardware.xml | 2 | ||||
-rw-r--r-- | data/etc/tablet_core_hardware.xml | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/data/etc/handheld_core_hardware.xml b/data/etc/handheld_core_hardware.xml index 7f87b79..9d2a0cb 100644 --- a/data/etc/handheld_core_hardware.xml +++ b/data/etc/handheld_core_hardware.xml @@ -31,6 +31,8 @@ <feature name="android.hardware.bluetooth" /> <feature name="android.hardware.touchscreen" /> <feature name="android.hardware.microphone" /> + <feature name="android.hardware.screen.portrait" /> + <feature name="android.hardware.screen.landscape" /> <!-- devices with GPS must include android.hardware.location.gps.xml --> <!-- devices with an autofocus camera and/or flash must include either android.hardware.camera.autofocus.xml or diff --git a/data/etc/tablet_core_hardware.xml b/data/etc/tablet_core_hardware.xml index 952d078..bf29fe4 100644 --- a/data/etc/tablet_core_hardware.xml +++ b/data/etc/tablet_core_hardware.xml @@ -32,6 +32,8 @@ <feature name="android.hardware.touchscreen.multitouch" /> <feature name="android.hardware.touchscreen.multitouch.distinct" /> <feature name="android.hardware.microphone" /> + <feature name="android.hardware.screen.portrait" /> + <feature name="android.hardware.screen.landscape" /> <!-- devices with GPS must include android.hardware.location.gps.xml --> <!-- devices with a rear-facing camera must include one of these as appropriate: android.hardware.camera.xml or |