diff options
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 |