Does anyone know if the READ_PHONE_STATE permission is still required by the Network Information plugin?
It isn't represented in the plugin.xml file, but it *is* listed in the docs[1] as a required permission. I can't see anywhere in the code where it would be required -- I think that ACCESS_NETWORK_STATE should be sufficient. And as far as I can tell it's running fine without it. So, documentation error, or have I just not hit the part of the API that would require it? Ian [1] http://cordova.apache.org/docs/en/3.0.0/cordova_connection_connection.md.html
