mirror of
https://bitbucket.org/TheBosZ/cordova-plugin-run-in-background
synced 2025-12-18 04:13:23 +00:00
android: remove singleInstance launchMode, add SINGLE and CLEAR TOP flags to the intent (#290)
This commit is contained in:
committed by
Sebastián Katzer
parent
609ba41ae0
commit
e9f072210e
@@ -66,7 +66,6 @@
|
||||
|
||||
<config-file target="res/xml/config.xml" parent="/*">
|
||||
<preference name="KeepRunning" value="true" />
|
||||
<preference name="AndroidLaunchMode" value="singleInstance"/>
|
||||
</config-file>
|
||||
|
||||
<config-file target="AndroidManifest.xml" parent="/manifest/application">
|
||||
|
||||
Reference in New Issue
Block a user