mirror of
https://github.com/apache/cordova-plugin-file-transfer.git
synced 2026-03-08 00:00:05 +08:00
Changed to feature tag
This commit is contained in:
@@ -17,8 +17,10 @@ id="org.apache.cordova.core.FileTransfer" version="0.1.0">
|
||||
|
||||
<!-- android -->
|
||||
<platform name="android">
|
||||
<config-file target="config.xml" parent="/*">
|
||||
<plugin name="FileTransfer" value="org.apache.cordova.core.FileTransfer"/>
|
||||
<config-file target="res/xml/config.xml" parent="/*">
|
||||
<feature name="FileTransfer" >
|
||||
<param name="android-package" value="org.apache.cordova.core.FileTransfer"/>
|
||||
</feature>
|
||||
</config-file>
|
||||
|
||||
<config-file target="AndroidManifest.xml" parent="/*">
|
||||
|
||||
Reference in New Issue
Block a user