diff options
author | Dirk Dougherty <ddougherty@google.com> | 2014-05-14 21:21:15 +0000 |
---|---|---|
committer | Android Git Automerger <android-git-automerger@android.com> | 2014-05-14 21:21:15 +0000 |
commit | 0540bc373c84b4ab590708cc9f79c95eeac5114c (patch) | |
tree | 5943abf0f2ef3e6c9b7301ae7ec7d33ed5e4d485 /docs/html/guide/topics/manifest/uses-feature-element.jd | |
parent | 80816bfcaf487535a45a7e6f271341eaede653b1 (diff) | |
parent | a4e6c7d1d4e6c8ca2b50f91ae8881fb4838d7955 (diff) | |
download | frameworks_base-0540bc373c84b4ab590708cc9f79c95eeac5114c.zip frameworks_base-0540bc373c84b4ab590708cc9f79c95eeac5114c.tar.gz frameworks_base-0540bc373c84b4ab590708cc9f79c95eeac5114c.tar.bz2 |
am a4e6c7d1: am 3506ac87: Doc change: Updated content for distribute.
* commit 'a4e6c7d1d4e6c8ca2b50f91ae8881fb4838d7955':
Doc change: Updated content for distribute.
Diffstat (limited to 'docs/html/guide/topics/manifest/uses-feature-element.jd')
-rw-r--r-- | docs/html/guide/topics/manifest/uses-feature-element.jd | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/html/guide/topics/manifest/uses-feature-element.jd b/docs/html/guide/topics/manifest/uses-feature-element.jd index 1721233..ca954fe 100644 --- a/docs/html/guide/topics/manifest/uses-feature-element.jd +++ b/docs/html/guide/topics/manifest/uses-feature-element.jd @@ -689,7 +689,7 @@ the device.</td> <td>The application requires landscape orientation.</td> <td rowspan="2"> <p>For example, if your app requires portrait orientation, you should declare -<code><uses-feature android:name="android.hardware.screen.portrait"/></code> so that only devices +<code><uses-feature android:name="android.hardware.screen.portrait"/></code> so that only devices that support portrait orientation (whether always or by user choice) can install your app. If your application <em>supports</em> both orientations, then you don't need to declare either.</p> <p>Both orientations are assumed <em>not required</em>, by default, so your app may be installed |