summaryrefslogtreecommitdiff
path: root/plugins/android.json
diff options
context:
space:
mode:
authorPliablePixels <pliablepixels@gmail.com>2015-06-26 11:25:06 -0400
committerPliablePixels <pliablepixels@gmail.com>2015-06-26 11:25:06 -0400
commit0e83a778b541591ef468d7ebda1493a000a545e5 (patch)
treee891381b97791d98edbbd70af4963606d494e659 /plugins/android.json
parent9972b3e9171a400d7fc239385b3e1e8c3fd1b9bc (diff)
Added option to keep screen on when viewing footage, also cleaned up invocation of cordova plugins when in desktop - it now checks so spurious errors don't show in logs
Diffstat (limited to 'plugins/android.json')
-rw-r--r--plugins/android.json7
1 files changed, 7 insertions, 0 deletions
diff --git a/plugins/android.json b/plugins/android.json
index 0d1ee456..c041bf03 100644
--- a/plugins/android.json
+++ b/plugins/android.json
@@ -35,6 +35,10 @@
{
"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=\"Insomnia\"><param name=\"android-package\" value=\"nl.xservices.plugins.Insomnia\" /></feature>",
+ "count": 1
}
]
}
@@ -70,6 +74,9 @@
},
"org.apache.cordova.statusbar": {
"PACKAGE_NAME": "com.pliablepixels.zmninja"
+ },
+ "nl.x-services.plugins.insomnia": {
+ "PACKAGE_NAME": "com.pliablepixels.zmninja"
}
},
"dependent_plugins": {}