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/master Commit: f894347f85cd09219c52083bb54552c7ebe676f5 Parents: bbc6ea8 Author: Joe Bowser <[email protected]> Authored: Mon Dec 16 08:21:04 2013 -0800 Committer: Joe Bowser <[email protected]> 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" />
