Partially modified plugin.xml

Project: http://git-wip-us.apache.org/repos/asf/cordova-plugin-camera/repo
Commit: 
http://git-wip-us.apache.org/repos/asf/cordova-plugin-camera/commit/744d72a3
Tree: http://git-wip-us.apache.org/repos/asf/cordova-plugin-camera/tree/744d72a3
Diff: http://git-wip-us.apache.org/repos/asf/cordova-plugin-camera/diff/744d72a3

Branch: refs/heads/2.3.x
Commit: 744d72a33bfb13b6c75e48385a9cec3435cbdd41
Parents: 3d26986
Author: Joe Bowser <bows...@apache.org>
Authored: Fri Jul 29 09:07:03 2016 -0700
Committer: Joe Bowser <bows...@apache.org>
Committed: Fri Jul 29 09:07:03 2016 -0700

----------------------------------------------------------------------
 plugin.xml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-plugin-camera/blob/744d72a3/plugin.xml
----------------------------------------------------------------------
diff --git a/plugin.xml b/plugin.xml
index eb24adb..8db8220 100644
--- a/plugin.xml
+++ b/plugin.xml
@@ -69,17 +69,17 @@
         <config-file target="AndroidManifest.xml" parent="/*">
             <uses-permission 
android:name="android.permission.WRITE_EXTERNAL_STORAGE" />
         </config-file>
-        <config file target="AndroidManifest.xml" parent="application">
+        <config-file target="AndroidManifest.xml" parent="application">
           <provider
               android:name="android.support.v4.content.FileProvider"
               android:authorities="${applicationId}.provider"
               android:exported="false"
-              android:grantUriPermissions="true">
+              android:grantUriPermissions="true" >
               <meta-data
                   android:name="android.support.FILE_PROVIDER_PATHS"
                   android:resource="@xml/provider_paths"/>
           </provider>
-        </config>
+        </config-file>
 
         <source-file src="src/android/CameraLauncher.java" 
target-dir="src/org/apache/cordova/camera" />
         <source-file src="src/android/FileHelper.java" 
target-dir="src/org/apache/cordova/camera" />


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@cordova.apache.org
For additional commands, e-mail: commits-h...@cordova.apache.org

Reply via email to