[ 
https://issues.apache.org/jira/browse/CB-6772?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14155629#comment-14155629
 ] 

Frederico Costa Galvão commented on CB-6772:
--------------------------------------------

I'm coming from 3.5.0 to 3.6.3, and performed *cordova platform update android* 
on my project, followed by a *cordova build android* to propagate the changes. 
No files were mannually changed but the corrections mentioned in 
https://issues.apache.org/jira/browse/CB-7683.

I'm a black sheep to some recommendations, as I keep almost everything under 
version control in my projects. This has been mentioned in the mailing list, 
but to sum it up: I'm almost paranoic in trying to keep everything that is 
changed in my project under control or at least under my acknowledgement. I've 
seen too much change in cordova since 1.6, and I learned to keep track of 
everything that changes in my application, even if it's considered an artifact 
or output. That has helped me understand better how an application works in 
both Android and iOS environment (and WP8 to some extent), and also has taught 
me a lot about the inner works of cordova. It's a lot of work, but it has 
prevented so many headaches :)

Having said that, I'll conclude saying that there doesn't seem to be anything 
else I could find to blame on this last update I made.
As a side note I forgot to mention previously, the preference (when present) 
works perfectly now, although I wonder now what use is there to the 
defaults.xml...

> Android Configuration lack AndroidLaunchMode preference
> -------------------------------------------------------
>
>                 Key: CB-6772
>                 URL: https://issues.apache.org/jira/browse/CB-6772
>             Project: Apache Cordova
>          Issue Type: Bug
>          Components: Docs
>    Affects Versions: 3.5.0
>            Reporter: Gen Liu
>            Assignee: Michal Mocny
>
> Cordova 3.5.0 release note shows there is a new feature that allow user 
> change Android Activity launch mode.
> http://cordova.apache.org/announcements/2014/05/23/cordova-350.html
> It sounds interesting to me and I noticed cordova-android project can 
> generate a project use android:launchMode="singleTop" with 
> AndroidManifest.xml. But it will be override by cordova-cli. I found I must 
> add a preference to config.xml to make it appear in my project, which is not 
> mentioned in the Document:
> <preference name="AndroidLaunchMode" value="singleTop"/>
> Please add it to document.
> http://cordova.apache.org/docs/en/3.5.0/guide_platforms_android_config.md.html#Android%20Configuration



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to