Repository: cordova-plugin-file Updated Branches: refs/heads/master 815c2b1bf -> 6376f7676
CB-11947 fixed typo that occurs when adding file-transfer plugin This closes #197 Project: http://git-wip-us.apache.org/repos/asf/cordova-plugin-file/repo Commit: http://git-wip-us.apache.org/repos/asf/cordova-plugin-file/commit/6376f767 Tree: http://git-wip-us.apache.org/repos/asf/cordova-plugin-file/tree/6376f767 Diff: http://git-wip-us.apache.org/repos/asf/cordova-plugin-file/diff/6376f767 Branch: refs/heads/master Commit: 6376f76762cfece37a2d9a82d6bfae1017ff9acb Parents: 815c2b1 Author: audreyso <[email protected]> Authored: Tue Oct 4 11:13:10 2016 -0700 Committer: Steve Gill <[email protected]> Committed: Tue Oct 4 16:16:06 2016 -0700 ---------------------------------------------------------------------- plugin.xml | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cordova-plugin-file/blob/6376f767/plugin.xml ---------------------------------------------------------------------- diff --git a/plugin.xml b/plugin.xml index c55e3ab..aba8fee 100644 --- a/plugin.xml +++ b/plugin.xml @@ -109,8 +109,10 @@ xmlns:android="http://schemas.android.com/apk/res/android" <runs /> </js-module> - <info> -The Android Persistent storage location now defaults to "Internal". Please check this plugins README to see if you application needs any changes in its config.xml. + <!-- android --> + <platform name="android"> + <info> +The Android Persistent storage location now defaults to "Internal". Please check this plugin's README to see if your application needs any changes in its config.xml. If this is a new application no changes are required. @@ -119,11 +121,7 @@ If this is an update to an existing application that did not specify an "Android "<preference name="AndroidPersistentFileLocation" value="Compatibility" />" to config.xml in order for the application to find previously stored files. - - </info> - - <!-- android --> - <platform name="android"> + </info> <config-file target="res/xml/config.xml" parent="/*"> <feature name="File" > <param name="android-package" value="org.apache.cordova.file.FileUtils"/> --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
