You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by mm...@apache.org on 2014/04/24 22:36:29 UTC

android commit: defaults.xml: Add AndroidLaunchMode preference

Repository: cordova-android
Updated Branches:
  refs/heads/master 0ec8f5d28 -> 11fc6be32


defaults.xml: Add AndroidLaunchMode preference


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

Branch: refs/heads/master
Commit: 11fc6be32871c3e6ce5159d34c99665cd7d05de5
Parents: 0ec8f5d
Author: Fardjad Davari <pu...@fardjad.com>
Authored: Thu Apr 24 03:01:33 2014 +0430
Committer: Fardjad Davari <pu...@fardjad.com>
Committed: Fri Apr 25 00:27:33 2014 +0430

----------------------------------------------------------------------
 bin/templates/cordova/defaults.xml | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-android/blob/11fc6be3/bin/templates/cordova/defaults.xml
----------------------------------------------------------------------
diff --git a/bin/templates/cordova/defaults.xml b/bin/templates/cordova/defaults.xml
index 1654c13..25a878b 100644
--- a/bin/templates/cordova/defaults.xml
+++ b/bin/templates/cordova/defaults.xml
@@ -23,6 +23,7 @@
 
     <!-- Preferences for Android -->
     <preference name="loglevel" value="DEBUG" />
+    <preference name="AndroidLaunchMode" value="singleTop" />
 
     <!-- This is required for native Android hooks -->
     <feature name="App">