Updated Branches:
  refs/heads/master 107d3e857 -> 1f685d702

Fix for 2.0


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

Branch: refs/heads/master
Commit: 1f685d702d7260ecb8d1f8df9b77ce406159cbf9
Parents: b5a1500
Author: Joe Bowser <bows...@apache.org>
Authored: Fri Jul 27 15:11:11 2012 -0700
Committer: Joe Bowser <bows...@apache.org>
Committed: Fri Jul 27 15:11:11 2012 -0700

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


http://git-wip-us.apache.org/repos/asf/incubator-cordova-docs/blob/1f685d70/docs/en/2.0.0/guide/getting-started/android/index.md
----------------------------------------------------------------------
diff --git a/docs/en/2.0.0/guide/getting-started/android/index.md 
b/docs/en/2.0.0/guide/getting-started/android/index.md
index 6a603f3..7fad9db 100644
--- a/docs/en/2.0.0/guide/getting-started/android/index.md
+++ b/docs/en/2.0.0/guide/getting-started/android/index.md
@@ -97,7 +97,7 @@ This guide describes how to set up your development 
environment for Cordova and
 *Note You are adding a blanket list of permissions to your application. You 
should remove permissions you aren't using before submitting your application 
to Google Play.
 - Support orientation changes by pasting the following inside the 
**&lt;activity&gt;** tag.
 
-        android:configChanges="orientation|keyboardHidden"
+        
android:configChanges="orientation|keyboardHidden|keyboard|screenSize|locale"
 
 - Your AndroidManifest.xml file should look like
 

Reply via email to