So, why is cordova-plugin-media adding the READ_PHONE_STATE permission?
I found a commit in Chromium https://chromiumcodereview.appspot.com/12480009/ that might be related. It seems the MediiaPlayerListener.java dropped the need for READ_PHONE_STATE permission.
Can we do the same thing with the cordova plugin? Thanks.