You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by mw...@apache.org on 2013/09/21 14:06:49 UTC

[18/50] docs commit: [CB-3820] KeepRunning keeps app running after pause event

[CB-3820] KeepRunning keeps app running after pause event


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

Branch: refs/heads/master
Commit: d23e039189798f2ee62a22a7130794bc5c3a0865
Parents: 7ba945e
Author: Mike Sierra <ms...@adobe.com>
Authored: Thu Sep 19 13:11:41 2013 -0400
Committer: Michael Brooks <mi...@michaelbrooks.ca>
Committed: Sat Sep 21 14:02:28 2013 +0200

----------------------------------------------------------------------
 docs/en/edge/guide/platforms/android/config.md | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/d23e0391/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 2b420e7..02dc6c1 100644
--- a/docs/en/edge/guide/platforms/android/config.md
+++ b/docs/en/edge/guide/platforms/android/config.md
@@ -46,13 +46,12 @@ config.xml File for information on global configuration options.
 
         <preference name="LoadUrlTimeoutValue" value="10000"/>
 
-* `KeepRunning` (boolean, defaults to `true`): Determines whether
-  Cordova stays running in the background.
+* `KeepRunning` (boolean, defaults to `true`): Determines whether the
+  application stays running in the background even after a `pause`
+  event fires.
 
         <preference name="KeepRunning" value="false"/>
 
-<!-- QUERY A: does keepRunning mean in effect the app continues to execute following pause event? Does event still fire? -->
-
 * `SplashScreen`: The name of the file minus its extension in the
   `res/drawable` directory.  Various assets must share this common
   name in various subdirectories.  For details, see the _Icons and