From 5f89c633f2b09b2779801a0572dd4e5b579e7158 Mon Sep 17 00:00:00 2001 From: Keith Levi Lumanog Date: Tue, 14 Aug 2018 01:38:31 +0800 Subject: [PATCH 1/2] updated data element need two intent filter for it to work. having one intent filter with data removes the launcher icon. --- docs/deep-linking.md | 16 ++++++++++------ 1 file changed, 10 insertions(+), 6 deletions(-) diff --git a/docs/deep-linking.md b/docs/deep-linking.md index 777e0e8a111..059dd10c3d1 100644 --- a/docs/deep-linking.md +++ b/docs/deep-linking.md @@ -94,12 +94,16 @@ To configure the external linking in Android, you can create a new intent in the In `SimpleApp/android/app/src/main/AndroidManifest.xml`, add the new `intent-filter` inside the `MainActivity` entry with a `VIEW` type action: ``` - - - - - - + + + + + + + + + + ``` Now, re-install the app: From 96c7bbe13df101769eb4988fd5e1fa1f73ca176a Mon Sep 17 00:00:00 2001 From: Keith Levi Lumanog Date: Fri, 21 Sep 2018 04:48:37 +0800 Subject: [PATCH 2/2] removed extra indents --- docs/deep-linking.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/docs/deep-linking.md b/docs/deep-linking.md index 059dd10c3d1..945a5188c52 100644 --- a/docs/deep-linking.md +++ b/docs/deep-linking.md @@ -94,16 +94,16 @@ To configure the external linking in Android, you can create a new intent in the In `SimpleApp/android/app/src/main/AndroidManifest.xml`, add the new `intent-filter` inside the `MainActivity` entry with a `VIEW` type action: ``` - - - - - - - - - - + + + + + + + + + + ``` Now, re-install the app: