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 2012/05/30 01:16:12 UTC

[2/2] docs commit: Updated for Android

Updated for Android


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

Branch: refs/heads/master
Commit: 5458e8fec110f1106cda3aea3d289774a98a0013
Parents: 7b4cf09
Author: Joe Bowser <bo...@apache.org>
Authored: Tue May 29 16:15:39 2012 -0700
Committer: Joe Bowser <bo...@apache.org>
Committed: Tue May 29 16:15:39 2012 -0700

----------------------------------------------------------------------
 docs/en/edge/guide/whitelist/index.md |    5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-cordova-docs/blob/5458e8fe/docs/en/edge/guide/whitelist/index.md
----------------------------------------------------------------------
diff --git a/docs/en/edge/guide/whitelist/index.md b/docs/en/edge/guide/whitelist/index.md
index 25fbf01..70286d5 100644
--- a/docs/en/edge/guide/whitelist/index.md
+++ b/docs/en/edge/guide/whitelist/index.md
@@ -56,6 +56,11 @@ Access to all domains (e.g. [google.com][2] and [developer.mozilla.org][7]):
 Android
 -------
 
+The access rules are found in cordova.xml in res/xml/cordova.xml.  These rules follow the [W3C Widget Access][1] specification such that the
+access elements control the whitelist.  For example:
+
+    <access origin="http://127.0.0.1*"/>
+
 Bada
 ----