Updated Branches: refs/heads/master 2a4e41ce7 -> 5e3443ea4
Adding write external storage as a permission in 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/5e3443ea Tree: http://git-wip-us.apache.org/repos/asf/incubator-cordova-docs/tree/5e3443ea Diff: http://git-wip-us.apache.org/repos/asf/incubator-cordova-docs/diff/5e3443ea Branch: refs/heads/master Commit: 5e3443ea49bfa7d5bc4074b40e17e09894820f9b Parents: 2a4e41c Author: macdonst <simon.macdon...@gmail.com> Authored: Wed May 23 10:07:21 2012 -0400 Committer: macdonst <simon.macdon...@gmail.com> Committed: Wed May 23 10:07:21 2012 -0400 ---------------------------------------------------------------------- docs/en/edge/cordova/camera/camera.md | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-cordova-docs/blob/5e3443ea/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 8ca61ea..409d897 100644 --- a/docs/en/edge/cordova/camera/camera.md +++ b/docs/en/edge/cordova/camera/camera.md @@ -39,6 +39,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" />