summaryrefslogtreecommitdiff
path: root/plugins/android.json
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/android.json')
-rw-r--r--plugins/android.json21
1 files changed, 20 insertions, 1 deletions
diff --git a/plugins/android.json b/plugins/android.json
index c041bf03..f7dfb126 100644
--- a/plugins/android.json
+++ b/plugins/android.json
@@ -39,13 +39,26 @@
{
"xml": "<feature name=\"Insomnia\"><param name=\"android-package\" value=\"nl.xservices.plugins.Insomnia\" /></feature>",
"count": 1
+ },
+ {
+ "xml": "<feature name=\"File\"><param name=\"android-package\" value=\"org.apache.cordova.file.FileUtils\" /><param name=\"onload\" value=\"true\" /></feature>",
+ "count": 1
+ },
+ {
+ "xml": "<feature name=\"EmailComposer\"><param name=\"android-package\" value=\"de.appplant.cordova.emailcomposer.EmailComposer\" /></feature>",
+ "count": 1
}
]
}
},
"AndroidManifest.xml": {
"parents": {
- "/*": []
+ "/*": [
+ {
+ "xml": "<uses-permission android:name=\"android.permission.WRITE_EXTERNAL_STORAGE\" />",
+ "count": 1
+ }
+ ]
}
}
}
@@ -77,6 +90,12 @@
},
"nl.x-services.plugins.insomnia": {
"PACKAGE_NAME": "com.pliablepixels.zmninja"
+ },
+ "cordova-plugin-file": {
+ "PACKAGE_NAME": "com.pliablepixels.zmninja"
+ },
+ "de.appplant.cordova.plugin.email-composer": {
+ "PACKAGE_NAME": "com.pliablepixels.zmninja"
}
},
"dependent_plugins": {}