Software Archive
Read-only legacy content
17061 Discussions

seeting the launchMode to singleTask

Mike_C_4
New Contributor I
363 Views
is there any way to set the launch mode to singleTask in the intelxdk.config.additions.xml
 
0 Kudos
3 Replies
Mike_C_4
New Contributor I
363 Views

can't seem to be able to edit post, sorry for the typos

0 Kudos
PaulF_IntelCorp
Employee
363 Views

The intelxdk.config.additions.xml file is a place where you can put options that you would find inside the config.xml file in a Cordova CLI project. See this doc for details > https://cordova.apache.org/docs/en/latest/config_ref/ < using something like this in that file:

<platform name="android">
        <preference name="AndroidLaunchMode" value="singleTask" />
</platform>

 

0 Kudos
Mike_C_4
New Contributor I
363 Views

Thanks Paul!

0 Kudos
Reply