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/02/01 01:56:45 UTC

docs commit: Updated config.xml documentation as per CB-2315

Updated Branches:
  refs/heads/master b67351891 -> 0dec28ffc


Updated config.xml documentation as per CB-2315


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

Branch: refs/heads/master
Commit: 0dec28ffc64b412d15f41e1710cd6fc76599bded
Parents: b673518
Author: Joe Bowser <bo...@apache.org>
Authored: Thu Jan 31 16:56:32 2013 -0800
Committer: Joe Bowser <bo...@apache.org>
Committed: Thu Jan 31 16:56:32 2013 -0800

----------------------------------------------------------------------
 .../edge/guide/project-settings/android/index.md   |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/0dec28ff/docs/en/edge/guide/project-settings/android/index.md
----------------------------------------------------------------------
diff --git a/docs/en/edge/guide/project-settings/android/index.md b/docs/en/edge/guide/project-settings/android/index.md
index 44215f0..197b139 100644
--- a/docs/en/edge/guide/project-settings/android/index.md
+++ b/docs/en/edge/guide/project-settings/android/index.md
@@ -40,3 +40,7 @@ a. **useBrowserHistory (boolean, defaults to true)** - set to false if you want
 b. **loadingDialog** - Display a native loading dialog when loading the app.  Format for the value is "Title, Message"
 c. **loadingPageDialog** - Display a native loading dialog when loading sub-pages. Format for the value is "Title, Message"
 d. **errorUrl** - Set the error page for your application. Should be located in your Android project in file://android_asset/www/
+e. **backgroundColor** - Set the background color for your application.  Supports a four-byte hex value, with the first byte representing alpha value, and the following three bytes with standard RGB values. (i.e. 0x00000000 = Black)
+f. **loadUrlTimeoutValue** - How much time Cordova should wait before throwing a timeout error on the application.
+g. **keepRunning (boolean, defaults to true)** - Determines whether Cordova will keep running in the background or not
+h. **splashscreen** - The name of the file minus its extension in the res/drawable directory.  If you have multiple assets, they all must share this common name in their respective directories.