napolitano / cordova-plugin-intent

Plugin for apache cordova (Android Only) that allows interaction with the intent.
MIT License
85 stars 88 forks source link

minor addition to readme regarding launchmode #5

Closed Mtillmann closed 8 years ago

Mtillmann commented 8 years ago

This fixed the issue that launchMode from AndroidManifest.xml was not respected for me. Other suggestions from stackoverflow had no impact/effect. This is taken from the official documentation at https://cordova.apache.org/docs/en/latest/guide/platforms/android/config.html

napolitano commented 8 years ago

Thank you for this addition. I've merged your pull request.