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/10/16 00:29:24 UTC

docs commit: CB-4891: Fixing errors in 3.1.0 and edge regarding connection permissions

Updated Branches:
  refs/heads/master d907273f2 -> 8af409378


CB-4891: Fixing errors in 3.1.0 and edge regarding connection permissions


Project: http://git-wip-us.apache.org/repos/asf/cordova-docs/repo
Commit: http://git-wip-us.apache.org/repos/asf/cordova-docs/commit/8af40937
Tree: http://git-wip-us.apache.org/repos/asf/cordova-docs/tree/8af40937
Diff: http://git-wip-us.apache.org/repos/asf/cordova-docs/diff/8af40937

Branch: refs/heads/master
Commit: 8af409378e4bf961f6205386c76756d7c7e73007
Parents: d907273
Author: Joe Bowser <bo...@apache.org>
Authored: Tue Oct 15 15:29:10 2013 -0700
Committer: Joe Bowser <bo...@apache.org>
Committed: Tue Oct 15 15:29:10 2013 -0700

----------------------------------------------------------------------
 docs/en/3.1.0/cordova/connection/connection.md | 1 -
 docs/en/edge/cordova/connection/connection.md  | 1 -
 2 files changed, 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/8af40937/docs/en/3.1.0/cordova/connection/connection.md
----------------------------------------------------------------------
diff --git a/docs/en/3.1.0/cordova/connection/connection.md b/docs/en/3.1.0/cordova/connection/connection.md
index 6e0b9e0..97b97ad 100644
--- a/docs/en/3.1.0/cordova/connection/connection.md
+++ b/docs/en/3.1.0/cordova/connection/connection.md
@@ -60,7 +60,6 @@ platform-specific configuration settings described below:
         (in app/AndroidManifest.xml)
         <uses-permission android:name="android.permission.INTERNET" />
         <uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" />
-        <uses-permission android:name="android.permission.READ_PHONE_STATE" />
 
 * BlackBerry WebWorks
 

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/8af40937/docs/en/edge/cordova/connection/connection.md
----------------------------------------------------------------------
diff --git a/docs/en/edge/cordova/connection/connection.md b/docs/en/edge/cordova/connection/connection.md
index 6e0b9e0..97b97ad 100644
--- a/docs/en/edge/cordova/connection/connection.md
+++ b/docs/en/edge/cordova/connection/connection.md
@@ -60,7 +60,6 @@ platform-specific configuration settings described below:
         (in app/AndroidManifest.xml)
         <uses-permission android:name="android.permission.INTERNET" />
         <uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" />
-        <uses-permission android:name="android.permission.READ_PHONE_STATE" />
 
 * BlackBerry WebWorks