summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorDirk Dougherty <ddougherty@google.com>2011-07-18 09:16:48 -0700
committerDirk Dougherty <ddougherty@google.com>2011-07-20 18:04:29 -0700
commite01ed8d3901c0d2fc185106491bda43bf9b882d0 (patch)
tree49ae76c3df332cd3ee3cc2c2c744165ee5ba3eeb /docs
parent5be70a8ec028947e4043544bac990c92cfcafc10 (diff)
downloadframeworks_base-e01ed8d3901c0d2fc185106491bda43bf9b882d0.zip
frameworks_base-e01ed8d3901c0d2fc185106491bda43bf9b882d0.tar.gz
frameworks_base-e01ed8d3901c0d2fc185106491bda43bf9b882d0.tar.bz2
Cherrypick from hcmr2: doc change: fix typo in reference to new uses-feature constant.
Diffstat (limited to 'docs')
-rw-r--r--docs/html/sdk/android-3.2.jd2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/html/sdk/android-3.2.jd b/docs/html/sdk/android-3.2.jd
index 4b5cefd..79e57da 100644
--- a/docs/html/sdk/android-3.2.jd
+++ b/docs/html/sdk/android-3.2.jd
@@ -544,7 +544,7 @@ href="{@docRoot}guide/topics/manifest/uses-feature-element.html">{@code
android.hardware.screen.landscape} &mdash; The application requires display in
landscape orientation.</li>
<li>{@link android.content.pm.PackageManager#FEATURE_SCREEN_PORTRAIT
-android.hardware.screen.landscape} &mdash; The application requires display in
+android.hardware.screen.portrait} &mdash; The application requires display in
portrait orientation.</li>
</ul>