You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by er...@apache.org on 2022/05/23 07:41:40 UTC

[cordova-plugin-file-transfer] branch master updated: chore: remove use-permission WRITE_EXTERNAL_STORAGE (#335)

This is an automated email from the ASF dual-hosted git repository.

erisu pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/cordova-plugin-file-transfer.git


The following commit(s) were added to refs/heads/master by this push:
     new 96aad0e  chore: remove use-permission WRITE_EXTERNAL_STORAGE (#335)
96aad0e is described below

commit 96aad0e22e25fcdf4ac04e9688ec97e85b6eceaa
Author: エリス <er...@users.noreply.github.com>
AuthorDate: Mon May 23 16:41:35 2022 +0900

    chore: remove use-permission WRITE_EXTERNAL_STORAGE (#335)
---
 plugin.xml | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/plugin.xml b/plugin.xml
index cb91884..ab40e60 100644
--- a/plugin.xml
+++ b/plugin.xml
@@ -47,10 +47,6 @@
             </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/FileTransfer.java" target-dir="src/org/apache/cordova/filetransfer" />
         <source-file src="src/android/FileProgressResult.java" target-dir="src/org/apache/cordova/filetransfer" />
         <source-file src="src/android/FileUploadResult.java" target-dir="src/org/apache/cordova/filetransfer" />


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