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:26:17 UTC

docs commit: Updating geting started android to remove unneeded privs

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


Updating geting started android to remove unneeded privs


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/a551e395
Tree: http://git-wip-us.apache.org/repos/asf/incubator-cordova-docs/tree/a551e395
Diff: http://git-wip-us.apache.org/repos/asf/incubator-cordova-docs/diff/a551e395

Branch: refs/heads/master
Commit: a551e395970d85c26a7e56aa304d8b1cf184c18d
Parents: c4f24a6
Author: macdonst <si...@gmail.com>
Authored: Mon May 28 10:26:12 2012 -0400
Committer: macdonst <si...@gmail.com>
Committed: Mon May 28 10:26:12 2012 -0400

----------------------------------------------------------------------
 .../en/edge/guide/getting-started/android/index.md |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-cordova-docs/blob/a551e395/docs/en/edge/guide/getting-started/android/index.md
----------------------------------------------------------------------
diff --git a/docs/en/edge/guide/getting-started/android/index.md b/docs/en/edge/guide/getting-started/android/index.md
index d5eacbe..cdfee5d 100644
--- a/docs/en/edge/guide/getting-started/android/index.md
+++ b/docs/en/edge/guide/getting-started/android/index.md
@@ -71,7 +71,6 @@ This guide describes how to set up your development environment for Cordova and
             android:smallScreens="true" 
             android:resizeable="true" 
             android:anyDensity="true" />
-        <uses-permission android:name="android.permission.CAMERA" />
         <uses-permission android:name="android.permission.VIBRATE" />
         <uses-permission android:name="android.permission.ACCESS_COARSE_LOCATION" />
         <uses-permission android:name="android.permission.ACCESS_FINE_LOCATION" />
@@ -90,7 +89,7 @@ This guide describes how to set up your development environment for Cordova and
 
 - Support orientation changes by pasting the folowing inside the **&lt;activity&gt;** tag.
 
-        android:configChanges="orientation|keyboardHidden"
+        android:configChanges="orientation|keyboardHidden|screenSize"
 
 - Your AndroidManifest.xml file should look like