Commit 7afcfecf by Sebastián Katzer

Added note about black screen issue on Android

#74
parent e28ca15d
...@@ -306,7 +306,7 @@ On Windows ...@@ -306,7 +306,7 @@ 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 ### Black screen (or app restarts) on Android after a notification was clicked
The launch mode for the main activity has to be set to `singleInstance` The launch mode for the main activity has to be set to `singleInstance`
```xml ```xml
<activity ... android:launchMode="singleInstance" ... /> <activity ... android:launchMode="singleInstance" ... />
......
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