Peter created CB-4891:
-------------------------
Summary: Android permissions READ_PHONE_STATE needed?
Key: CB-4891
URL: https://issues.apache.org/jira/browse/CB-4891
Project: Apache Cordova
Issue Type: Improvement
Components: Android, Docs, mobile-spec
Affects Versions: 2.9.0
Reporter: Peter
Priority: Minor
The Connections API says that READ_PHONE_STATE permission is needed.
{quote}
<uses-permission android:name="android.permission.READ_PHONE_STATE" />
{quote}
http://cordova.apache.org/docs/en/2.9.0/cordova_connection_connection.md.html#Connection
But READ_PHONE_STATE is not in the *bin/template/project/AndroidManifest.xml*
(of the cordova-android.zip). So a newly create mobile-spec test suite project
does not have this permission enabled (which seems to conflict with the API
documentation), yet it seems to work OK without it. So is this permission
really needed or not?
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira