AndroidLaunchMode is set to singleTask

This commit is contained in:
Egor Abramovich 2017-06-02 15:00:20 +03:00
parent 8cee81a2c1
commit fe29dbee3a
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@
BitPay Inc. BitPay Inc.
</author> </author>
<content src="index.html" /> <content src="index.html" />
<access launch-external="yes" origin="*" /> <access origin="*" />
<preference name="AndroidLaunchMode" value="singleTask" /> <preference name="AndroidLaunchMode" value="singleTask" />
<preference name="AndroidPersistentFileLocation" value="Internal" /> <preference name="AndroidPersistentFileLocation" value="Internal" />
<preference name="iosPersistentFileLocation" value="Library" /> <preference name="iosPersistentFileLocation" value="Library" />