summaryrefslogtreecommitdiff
path: root/plugins/android.json
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/android.json')
-rw-r--r--plugins/android.json24
1 files changed, 2 insertions, 22 deletions
diff --git a/plugins/android.json b/plugins/android.json
index 2d89f37d..0d1ee456 100644
--- a/plugins/android.json
+++ b/plugins/android.json
@@ -35,26 +35,13 @@
{
"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
- }
- ]
+ "/*": []
}
}
}
@@ -83,14 +70,7 @@
},
"org.apache.cordova.statusbar": {
"PACKAGE_NAME": "com.pliablepixels.zmninja"
- },
- "com.synconset.cordovaHTTP": {
- "PACKAGE_NAME": "com.pliablepixels.zmninja"
}
},
- "dependent_plugins": {
- "org.apache.cordova.file": {
- "PACKAGE_NAME": "com.pliablepixels.zmninja"
- }
- }
+ "dependent_plugins": {}
}