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, 36 insertions, 0 deletions
diff --git a/plugins/android.json b/plugins/android.json
new file mode 100644
index 0000000..d539e89
--- /dev/null
+++ b/plugins/android.json
@@ -0,0 +1,36 @@
+{
+ "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