[CB-3820] no top-level 'app' directory in path to Android's local config.xml
Project: http://git-wip-us.apache.org/repos/asf/cordova-docs/repo Commit: http://git-wip-us.apache.org/repos/asf/cordova-docs/commit/4a9fd6f9 Tree: http://git-wip-us.apache.org/repos/asf/cordova-docs/tree/4a9fd6f9 Diff: http://git-wip-us.apache.org/repos/asf/cordova-docs/diff/4a9fd6f9 Branch: refs/heads/master Commit: 4a9fd6f9f4a08b3f1112c4eb915b5b4747217137 Parents: 3ea3df3 Author: Mike Sierra <[email protected]> Authored: Thu Sep 26 12:25:58 2013 -0400 Committer: Michael Brooks <[email protected]> Committed: Mon Oct 21 14:16:54 2013 -0700 ---------------------------------------------------------------------- docs/en/edge/cordova/accelerometer/accelerometer.md | 2 +- docs/en/edge/cordova/globalization/globalization.md | 2 +- docs/en/edge/cordova/inappbrowser/inappbrowser.md | 2 +- docs/en/edge/cordova/splashscreen/splashscreen.md | 2 +- docs/en/edge/cordova/storage/storage.md | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/4a9fd6f9/docs/en/edge/cordova/accelerometer/accelerometer.md ---------------------------------------------------------------------- diff --git a/docs/en/edge/cordova/accelerometer/accelerometer.md b/docs/en/edge/cordova/accelerometer/accelerometer.md index 101daed..115097f 100644 --- a/docs/en/edge/cordova/accelerometer/accelerometer.md +++ b/docs/en/edge/cordova/accelerometer/accelerometer.md @@ -51,7 +51,7 @@ Interface, to add or remove this feature for a project: These commands apply to all targeted platforms, but modify the platform-specific configuration settings described below: -* Android (in `app/res/xml/config.xml`) +* Android (in `res/xml/config.xml`) <feature name="Accelerometer"> <param name="android-package" value="org.apache.cordova.devicemotion.AccelListener" /> http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/4a9fd6f9/docs/en/edge/cordova/globalization/globalization.md ---------------------------------------------------------------------- diff --git a/docs/en/edge/cordova/globalization/globalization.md b/docs/en/edge/cordova/globalization/globalization.md index 9564262..0d81f54 100644 --- a/docs/en/edge/cordova/globalization/globalization.md +++ b/docs/en/edge/cordova/globalization/globalization.md @@ -63,7 +63,7 @@ Interface, to add or remove this feature for a project: These commands apply to all targeted platforms, but modify the platform-specific configuration settings described below: -* Android (in `app/res/xml/config.xml`) +* Android (in `res/xml/config.xml`) <feature name="Globalization"> <param name="android-package" value="org.apache.cordova.globalization.Globalization" /> http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/4a9fd6f9/docs/en/edge/cordova/inappbrowser/inappbrowser.md ---------------------------------------------------------------------- diff --git a/docs/en/edge/cordova/inappbrowser/inappbrowser.md b/docs/en/edge/cordova/inappbrowser/inappbrowser.md index f68f100..119898e 100644 --- a/docs/en/edge/cordova/inappbrowser/inappbrowser.md +++ b/docs/en/edge/cordova/inappbrowser/inappbrowser.md @@ -53,7 +53,7 @@ Interface, to add or remove this feature for a project: These commands apply to all targeted platforms, but modify the platform-specific configuration settings described below: -* Android (in `app/res/xml/config.xml`) +* Android (in `res/xml/config.xml`) <feature name="InAppBrowser"> <param name="android-package" value="org.apache.cordova.inappbrowser.InAppBrowser" /> http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/4a9fd6f9/docs/en/edge/cordova/splashscreen/splashscreen.md ---------------------------------------------------------------------- diff --git a/docs/en/edge/cordova/splashscreen/splashscreen.md b/docs/en/edge/cordova/splashscreen/splashscreen.md index ecddf1b..ab375c6 100644 --- a/docs/en/edge/cordova/splashscreen/splashscreen.md +++ b/docs/en/edge/cordova/splashscreen/splashscreen.md @@ -40,7 +40,7 @@ Interface, to add or remove this feature for a project: These commands apply to all targeted platforms, but modify the platform-specific configuration settings described below: -* Android (in `app/res/xml/config.xml`) +* Android (in `res/xml/config.xml`) <feature name="SplashScreen"> <param name="android-package" value="org.apache.cordova.splashscreen.SplashScreen" /> http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/4a9fd6f9/docs/en/edge/cordova/storage/storage.md ---------------------------------------------------------------------- diff --git a/docs/en/edge/cordova/storage/storage.md b/docs/en/edge/cordova/storage/storage.md index 8462bde..9f96162 100644 --- a/docs/en/edge/cordova/storage/storage.md +++ b/docs/en/edge/cordova/storage/storage.md @@ -67,7 +67,7 @@ If you are using the older set of Cordova tools that precede the CLI, the following platform-specific configuration settings are still required: -* Android (in `app/res/xml/config.xml`) +* Android (in `res/xml/config.xml`) <feature name="Storage"> <param name="android-package" value="org.apache.cordova.Storage" />
