- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
is there any way to set the launch mode to singleTask in the intelxdk.config.additions.xml
- Tags:
- HTML5
- Intel® XDK
Link Copied
3 Replies
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
can't seem to be able to edit post, sorry for the typos
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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>
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Thanks Paul!

Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page