Commit 7089c559 by Sebastián Katzer

Setting launchMode to *singleInstance* isn't necessary anymore

parent 763588d5
...@@ -60,6 +60,7 @@ More informations can be found [here](https://build.phonegap.com/plugins/356). ...@@ -60,6 +60,7 @@ More informations can be found [here](https://build.phonegap.com/plugins/356).
- [feature:] Added `json` property to pass custom data through the notification. - [feature:] Added `json` property to pass custom data through the notification.
- [enhancement:] Added Android specific property `smallImage`. - [enhancement:] Added Android specific property `smallImage`.
- [enhancement:] Added Android specific property `ongoing`. - [enhancement:] Added Android specific property `ongoing`.
- [enhancement:] Setting launchMode to *singleInstance* isn't necessary anymore.
#### Version 0.6.3 (12.12.2013) #### Version 0.6.3 (12.12.2013)
- [bugfix:] Black screen on Android. - [bugfix:] Black screen on Android.
......
...@@ -69,7 +69,7 @@ ...@@ -69,7 +69,7 @@
* The activity calls the background callback and brings the launch inten * The activity calls the background callback and brings the launch inten
* up to foreground. * up to foreground.
--> -->
<activity android:name="de.appplant.cordova.plugin.localnotification.ReceiverActivity"></activity> <activity android:name="de.appplant.cordova.plugin.localnotification.ReceiverActivity" android:launchMode="singleInstance" />
</config-file> </config-file>
<config-file target="AndroidManifest.xml" parent="/manifest"> <config-file target="AndroidManifest.xml" parent="/manifest">
......
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