01.11.2014 Views

The AndroidManifest.xml File - 안드로이드 기술 커뮤니티 : Korea ...

The AndroidManifest.xml File - 안드로이드 기술 커뮤니티 : Korea ...

The AndroidManifest.xml File - 안드로이드 기술 커뮤니티 : Korea ...

SHOW MORE
SHOW LESS

Create successful ePaper yourself

Turn your PDF publications into a flip-book with our unique Google optimized e-Paper software.

<strong>The</strong> <strong>AndroidManifest</strong>.<strong>xml</strong> <strong>File</strong> : menifest/supports-screen<br />

android:smallScreens<br />

Indicates whether the application supports smaller screen form-factors. A small screen is defined as<br />

one with a smaller aspect ratio than the "normal" (traditional HVGA) screen. An application that does<br />

not support small screens will not be available for small screen devices, because there is little the<br />

platform can do to make such an application work on a smaller screen. Applications using API Level 4<br />

or higher default this to "true", others are "false".<br />

android:normalScreens<br />

Indicates whether an application supports the "normal" screen form-factors. Traditionally this is an<br />

HVGA medium density screen, but WQVGA low density and WVGA high density are also considered to<br />

be normal. This attribute is "true" by default, and applications currently should leave it that way.<br />

android:largeScreens<br />

Indicates whether the application supports larger screen form-factors. A large screen is defined as a<br />

screen that is significantly larger than a "normal" phone screen, and thus may require some special<br />

care on the application's part to make good use of it. An application that does not support large screens<br />

will be placed as a "postage stamp" on such a screen, so that it retains the dimensions it was originally<br />

designed for. Applications using API Level 4 or higher default to "true", others are "false".<br />

android:anyDensity<br />

Indicates whether the application can accommodate any screen density. Older applications (pre API<br />

Level 4) are assumed unable to accomodate all densities and this is "false" by default. Applications<br />

using API Level 4 or higher are assumed able to and this is "true" by default. You can explicitly supply<br />

your abilities i<br />

here.<br />

<strong>Korea</strong> Android Community- www.kandroid.org<br />

103

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!