summaryrefslogtreecommitdiff
path: root/plugins/android.json
diff options
context:
space:
mode:
authorPliablePixels <pliablepixels@gmail.com>2015-06-24 18:47:42 -0400
committerPliablePixels <pliablepixels@gmail.com>2015-06-24 18:47:42 -0400
commit855a0e8ddc273b58066530a1b55a946021dfc56e (patch)
tree26550033e855a31a265fc2da4da3df0cc2733dc1 /plugins/android.json
parentd442629aa825aab6bc55ab6be19e3aba060867fe (diff)
Cleaned up code, commented, preparing for HTTPS via CordovaHTTP
Diffstat (limited to 'plugins/android.json')
-rw-r--r--plugins/android.json27
1 files changed, 26 insertions, 1 deletions
diff --git a/plugins/android.json b/plugins/android.json
index bf8a19f9..2d89f37d 100644
--- a/plugins/android.json
+++ b/plugins/android.json
@@ -35,6 +35,24 @@
{
"xml": "<feature name=\"StatusBar\"><param name=\"android-package\" value=\"org.apache.cordova.statusbar.StatusBar\" /><param name=\"onload\" value=\"true\" /></feature>",
"count": 1
+ },
+ {
+ "xml": "<feature name=\"File\"><param name=\"android-package\" value=\"org.apache.cordova.file.FileUtils\" /></feature>",
+ "count": 1
+ },
+ {
+ "xml": "<feature name=\"CordovaHttpPlugin\"><param name=\"android-package\" value=\"com.synconset.CordovaHttpPlugin\" /></feature>",
+ "count": 1
+ }
+ ]
+ }
+ },
+ "AndroidManifest.xml": {
+ "parents": {
+ "/*": [
+ {
+ "xml": "<uses-permission android:name=\"android.permission.WRITE_EXTERNAL_STORAGE\" />",
+ "count": 1
}
]
}
@@ -65,7 +83,14 @@
},
"org.apache.cordova.statusbar": {
"PACKAGE_NAME": "com.pliablepixels.zmninja"
+ },
+ "com.synconset.cordovaHTTP": {
+ "PACKAGE_NAME": "com.pliablepixels.zmninja"
}
},
- "dependent_plugins": {}
+ "dependent_plugins": {
+ "org.apache.cordova.file": {
+ "PACKAGE_NAME": "com.pliablepixels.zmninja"
+ }
+ }
}