summaryrefslogtreecommitdiff
path: root/plugins/android.json
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/android.json')
-rw-r--r--plugins/android.json36
1 files changed, 0 insertions, 36 deletions
diff --git a/plugins/android.json b/plugins/android.json
deleted file mode 100644
index d539e89..0000000
--- a/plugins/android.json
+++ /dev/null
@@ -1,36 +0,0 @@
-{
- "prepare_queue": {
- "installed": [],
- "uninstalled": []
- },
- "config_munge": {
- "files": {
- "res/xml/config.xml": {
- "parents": {
- "/*": [
- {
- "xml": "<feature name=\"Camera\"><param name=\"android-package\" value=\"org.apache.cordova.camera.CameraLauncher\" /></feature>",
- "count": 1
- }
- ]
- }
- },
- "AndroidManifest.xml": {
- "parents": {
- "/*": [
- {
- "xml": "<uses-permission android:name=\"android.permission.WRITE_EXTERNAL_STORAGE\" />",
- "count": 1
- }
- ]
- }
- }
- }
- },
- "installed_plugins": {
- "org.apache.cordova.camera": {
- "PACKAGE_NAME": "org.usfirst.frc.team4272.safetyapp"
- }
- },
- "dependent_plugins": {}
-} \ No newline at end of file