From f02ac1d12cd9ea9fdca51b6530faa14bde44c8d5 Mon Sep 17 00:00:00 2001 From: Libin Lu Date: Wed, 11 Oct 2017 10:54:19 -0400 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6f7ebda..31c854d 100644 --- a/README.md +++ b/README.md @@ -101,7 +101,7 @@ Edit `AndroidManifest.xml`: ``` 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 -- 2.26.2