You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by ma...@apache.org on 2012/05/28 16:19:40 UTC

docs commit: Removing unneeded privs from Camera

Updated Branches:
  refs/heads/master e60bec598 -> c4f24a653


Removing unneeded privs from Camera


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

Branch: refs/heads/master
Commit: c4f24a6532ef4752832c532a5d4341a3a611f581
Parents: e60bec5
Author: macdonst <si...@gmail.com>
Authored: Mon May 28 10:19:35 2012 -0400
Committer: macdonst <si...@gmail.com>
Committed: Mon May 28 10:19:35 2012 -0400

----------------------------------------------------------------------
 docs/en/edge/cordova/camera/camera.md |    3 ---
 1 files changed, 0 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-cordova-docs/blob/c4f24a65/docs/en/edge/cordova/camera/camera.md
----------------------------------------------------------------------
diff --git a/docs/en/edge/cordova/camera/camera.md b/docs/en/edge/cordova/camera/camera.md
index 221c1db..13f10a6 100644
--- a/docs/en/edge/cordova/camera/camera.md
+++ b/docs/en/edge/cordova/camera/camera.md
@@ -38,10 +38,7 @@ Permissions
 
 #### app/AndroidManifest
 
-    <uses-permission android:name="android.permission.CAMERA" />
     <uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" />   
-    <uses-feature android:name="android.hardware.camera" />
-    <uses-feature android:name="android.hardware.camera.autofocus" />
 
 ### Bada