Commit f02ac1d1 authored by Libin Lu's avatar Libin Lu Committed by GitHub

Update README.md

parent f5261082
...@@ -101,7 +101,7 @@ Edit `AndroidManifest.xml`: ...@@ -101,7 +101,7 @@ Edit `AndroidManifest.xml`:
``` ```
Notes: Notes:
- `launchMode="singleTop"` is to reuse MainActivity - `launchMode="singleTop"` is to reuse MainActivity, you can use `singleTask` or `singleInstance` as well depend on your need. [this link explains the behavior well](https://blog.mindorks.com/android-activity-launchmode-explained-cbc6cf996802)
- you if want to handle `click_action` you need to add custom intent-filter, check native android documentation - you if want to handle `click_action` you need to add custom intent-filter, check native android documentation
......
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