<?xml version="1.0" encoding="UTF-8"?>
<plugin xmlns="http://apache.org/cordova/ns/plugins/1.0" xmlns:android="http://schemas.android.com/apk/res/android" id="br.com.plugins.filechoosernew" version="1.0.1">
    <name>FileChooser</name>
    <author>Wallace Jesus</author>
		<email>wallacejesus87@gmail.com</email>
    <description>Plugin para escolher arquivos dos diretórios do smartphone</description>
    <keywords>filechooser,arquivos, diretorios</keywords>
    <engines>
        <engine name="cordova" version=">=3.0.0" />
    </engines>
    <js-module src="www/fileChooser.js" name="FileChooser">
        <clobbers target="window.plugins.fileChooser" />
    </js-module>
    <platform name="android">
        <config-file target="res/xml/config.xml" parent="/*">
            <feature name="FileChooser">
                <param name="android-package" value="br.com.plugins.filechoosernew.FileChooser" />
            </feature>
        </config-file>
        <!--<config-file target="AndroidManifest.xml" parent="/*">
            <uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" />
        </config-file>-->
        <source-file src="src/android/FileChooser.java" target-dir="src/br/com/plugins/filechoosernew" />
    </platform>
</plugin>
