summaryrefslogtreecommitdiff
path: root/plugins/android.json
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/android.json')
-rw-r--r--plugins/android.json21
1 files changed, 20 insertions, 1 deletions
diff --git a/plugins/android.json b/plugins/android.json
index 9b96def7..ecde5f2c 100644
--- a/plugins/android.json
+++ b/plugins/android.json
@@ -91,6 +91,10 @@
{
"xml": "<feature name=\"PushNotification\"><param name=\"android-package\" value=\"com.adobe.phonegap.push.PushPlugin\" /></feature>",
"count": 1
+ },
+ {
+ "xml": "<feature name=\"Media\"><param name=\"android-package\" value=\"org.apache.cordova.media.AudioHandler\" /></feature>",
+ "count": 1
}
]
}
@@ -108,11 +112,23 @@
},
{
"xml": "<uses-permission android:name=\"android.permission.WRITE_EXTERNAL_STORAGE\" />",
- "count": 2
+ "count": 3
},
{
"xml": "<uses-permission android:name=\"android.permission.INTERNET\" />",
"count": 1
+ },
+ {
+ "xml": "<uses-permission android:name=\"android.permission.RECORD_AUDIO\" />",
+ "count": 1
+ },
+ {
+ "xml": "<uses-permission android:name=\"android.permission.MODIFY_AUDIO_SETTINGS\" />",
+ "count": 1
+ },
+ {
+ "xml": "<uses-permission android:name=\"android.permission.READ_PHONE_STATE\" />",
+ "count": 1
}
],
"/manifest/application": [
@@ -262,6 +278,9 @@
},
"phonegap-plugin-push": {
"PACKAGE_NAME": "com.pliablepixels.zmninja"
+ },
+ "org.apache.cordova.media": {
+ "PACKAGE_NAME": "com.pliablepixels.zmninja"
}
},
"dependent_plugins": {