You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by bo...@apache.org on 2013/12/16 17:21:34 UTC

git commit: Adding READ_PHONE_STATE to the plugin permissions

Updated Branches:
  refs/heads/dev bbc6ea88f -> f894347f8


Adding READ_PHONE_STATE to the plugin permissions


Project: http://git-wip-us.apache.org/repos/asf/cordova-plugin-media/repo
Commit: http://git-wip-us.apache.org/repos/asf/cordova-plugin-media/commit/f894347f
Tree: http://git-wip-us.apache.org/repos/asf/cordova-plugin-media/tree/f894347f
Diff: http://git-wip-us.apache.org/repos/asf/cordova-plugin-media/diff/f894347f

Branch: refs/heads/dev
Commit: f894347f85cd09219c52083bb54552c7ebe676f5
Parents: bbc6ea8
Author: Joe Bowser <bo...@apache.org>
Authored: Mon Dec 16 08:21:04 2013 -0800
Committer: Joe Bowser <bo...@apache.org>
Committed: Mon Dec 16 08:21:25 2013 -0800

----------------------------------------------------------------------
 plugin.xml | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-plugin-media/blob/f894347f/plugin.xml
----------------------------------------------------------------------
diff --git a/plugin.xml b/plugin.xml
index e622ccb..450fc5b 100644
--- a/plugin.xml
+++ b/plugin.xml
@@ -31,6 +31,7 @@ id="org.apache.cordova.media"
             <uses-permission android:name="android.permission.RECORD_AUDIO" />
             <uses-permission android:name="android.permission.MODIFY_AUDIO_SETTINGS" />
             <uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" />
+            <uses-permission android:name="android.permission.READ_PHONE_STATE" />
         </config-file>
         
         <source-file src="src/android/AudioHandler.java" target-dir="src/org/apache/cordova/media" />