diff options
| author | PliablePixels <pliablepixels@gmail.com> | 2015-06-25 16:10:07 -0400 |
|---|---|---|
| committer | PliablePixels <pliablepixels@gmail.com> | 2015-06-25 16:10:07 -0400 |
| commit | 65e7255c868bed3bb950e7e36ab786934edc559f (patch) | |
| tree | 085a58a4bc4a55111803dde9ab412dec9e9a8bb1 /plugins/android.json | |
| parent | 855a0e8ddc273b58066530a1b55a946021dfc56e (diff) | |
https now works with self-signed certificates (needs provisioning though)
Diffstat (limited to 'plugins/android.json')
| -rw-r--r-- | plugins/android.json | 24 |
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": {} } |
