01.11.2014 Views

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

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

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

SHOW MORE
SHOW LESS

You also want an ePaper? Increase the reach of your titles

YUMPU automatically turns print PDFs into web optimized ePapers that Google loves.

<strong>The</strong> <strong>AndroidManifest</strong>.<strong>xml</strong> <strong>File</strong> : menifest/uses-feature<br />

<br />

description:<br />

This element declares a specific feature used by the application. Android provides some features that<br />

may not be equally supported by all Android devices. In a manner similar to the element,<br />

this element allows an application to specify which device-variable variable features it uses. In this way, the<br />

application will not be installed on devices that do not offer the feature.<br />

For example, an application might specify that it requires a camera with auto-focus capabilities. If a<br />

device does not provide a camera with auto-focus, then it will not allow installation of the application.<br />

In order to maintain strict device compatibility, it's very important that you use this element to declare<br />

all features that your application uses. Failure to declare a feature may result your application being<br />

installed on a device that does not support the feature and your application failing.<br />

For some features, there may exist a specfic attribute that allows you to define a version of the<br />

feature, such as the version of Open GL used (declared with glEsVersion). Other features that either<br />

do or do not exist for a device, such as camera auto-focus, are declared using the name attribute.<br />

Any software or hardware features that may vary among Android-powered devices will be listed on<br />

this page among the attributes below. If you see any features here that you use in your application,<br />

you should include a element for each one. For example, if your application uses the<br />

device camera, then you should include the following in your <strong>AndroidManifest</strong>.<strong>xml</strong>:<br />

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

99

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

Saved successfully!

Ooh no, something went wrong!