Updated Branches: refs/heads/master 2393c9390 -> b606a5ef8
[CB-4203] loadingDialog preference removed Project: http://git-wip-us.apache.org/repos/asf/cordova-docs/repo Commit: http://git-wip-us.apache.org/repos/asf/cordova-docs/commit/3dd4fbf2 Tree: http://git-wip-us.apache.org/repos/asf/cordova-docs/tree/3dd4fbf2 Diff: http://git-wip-us.apache.org/repos/asf/cordova-docs/diff/3dd4fbf2 Branch: refs/heads/master Commit: 3dd4fbf292b5542e3781c4cdfcc6298869cc0e49 Parents: 2393c93 Author: Mike Sierra <[email protected]> Authored: Mon Sep 30 14:41:32 2013 -0400 Committer: Michael Brooks <[email protected]> Committed: Mon Oct 21 14:41:04 2013 -0700 ---------------------------------------------------------------------- docs/en/edge/guide/platforms/android/config.md | 5 ----- 1 file changed, 5 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/3dd4fbf2/docs/en/edge/guide/platforms/android/config.md ---------------------------------------------------------------------- diff --git a/docs/en/edge/guide/platforms/android/config.md b/docs/en/edge/guide/platforms/android/config.md index f30886c..28fc87d 100644 --- a/docs/en/edge/guide/platforms/android/config.md +++ b/docs/en/edge/guide/platforms/android/config.md @@ -37,11 +37,6 @@ config.xml File for information on global configuration options. <preference name="ErrorUrl" value="error.html"/> -- `LoadingDialog`: Display a native dialog when loading the app. The - value's format is _Title, Message_ - - <preference name="LoadingDialog" value="Please wait, the app is loading"/> - - `LoadingPageDialog`: Display a native dialog when loading sub-pages within an app. The value's format is _Title, Message_
