﻿<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<androidFeatures>
    <feature>
        <featureName>INTERNET</featureName>
        <description>응용 프로그램에서 네트워크 요청을 수행할 수 있도록 허용하고 장치 디버깅을 허용합니다.</description>
    </feature>
    <feature>
        <featureName>WRITE_EXTERNAL_STORAGE</featureName>
        <description>응용 프로그램에서 장치의 외부 메모리 카드에 쓸 수 있도록 허용합니다.</description>
    </feature>
    <feature>
        <featureName>READ_PHONE_STATE</featureName>
        <description>AIR 런타임에서 전화 통화 중에 오디오를 음소거할 수 있도록 허용합니다.</description>
    </feature>
    <feature>
        <featureName>ACCESS_FINE_LOCATION</featureName>
        <description>응용 프로그램에서 Geolocation 클래스를 통해 GPS 데이터에 액세스할 수 있도록 허용합니다.</description>
    </feature>
	    <feature>
        <featureName>ACCESS_COARSE_LOCATION</featureName>
        <description>응용 프로그램에서 Geolocation 클래스를 통해 WIFI 및 셀룰러 네트워크 위치 데이터에 액세스할 수 있도록 허용합니다.</description>
    </feature>
    <feature>
        <featureName>CAMERA</featureName>
        <description>응용 프로그램에서 장치 카메라에 액세스할 수 있도록 허용합니다.</description>
    </feature>
    <feature>
        <featureName>RECORD_AUDIO</featureName>
        <description>응용 프로그램에서 장치 마이크에 액세스할 수 있도록 허용합니다.</description>
    </feature>
    <feature>
    <featureName>DISABLE_KEYGUARD</featureName>
        <description>응용 프로그램에서 장치가 SystemIdleMode 클래스 설정을 사용하여 대기 모드로 들어가지 못하게 할 수 있도록 허용합니다.</description>
    </feature>
    <feature>
        <featureName>WAKE_LOCK</featureName>
        <description>응용 프로그램에서 장치가 SystemIdleMode 클래스 설정을 사용하여 대기 모드로 들어가지 못하게 할 수 있도록 허용합니다.</description>
    </feature>
    <feature>
        <featureName>ACCESS_NETWORK_STATE</featureName>
        <description>응용 프로그램에서 NetworkInfo 클래스를 통해 네트워크 정보에 액세스할 수 있도록 허용합니다.</description>
    </feature>
    <feature>
        <featureName>ACCESS_WIFI_STATE</featureName>
        <description>응용 프로그램에서 NetworkInfo 클래스를 통해 네트워크 정보에 액세스할 수 있도록 허용합니다.</description>
    </feature>
</androidFeatures>
