Commit b2fa7ee0 by Sebastián Katzer

Added note about launchMode on Android.

parent bd95db8f
...@@ -202,6 +202,12 @@ On Windows ...@@ -202,6 +202,12 @@ On Windows
ren platforms\wp8\cordova\version.bat platforms\wp8\cordova\version ren platforms\wp8\cordova\version.bat platforms\wp8\cordova\version
``` ```
### App restarts on Android after notification was clicked
The launch mode for the main activity has to be set to `singleInstance`
```xml
<activity ... android:launchMode="singleInstance" ... />
```
## Contributing ## Contributing
1. Fork it 1. Fork it
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment