From d4f09b98e41ee73c0ef9b378c413f0eb96504108 Mon Sep 17 00:00:00 2001 From: Harsh Shandilya Date: Fri, 22 Apr 2022 21:19:52 +0530 Subject: [PATCH] android: update manifest to properly support deeplinks --- android/src/main/AndroidManifest.xml | 106 +++++++++++++++++++++++---- 1 file changed, 92 insertions(+), 14 deletions(-) diff --git a/android/src/main/AndroidManifest.xml b/android/src/main/AndroidManifest.xml index a9953ce5..9b1029d3 100644 --- a/android/src/main/AndroidManifest.xml +++ b/android/src/main/AndroidManifest.xml @@ -26,13 +26,13 @@ + android:scheme="https" + android:ssp="//lobste.rs" /> + android:host="lobste.rs" + android:path="/" + android:scheme="https" /> @@ -42,19 +42,97 @@ + android:host="lobste.rs" + android:pathPattern="/s/......" + android:scheme="https" /> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + android:host="lobste.rs" + android:pathPattern="/s/....../" + android:scheme="https" /> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + android:host="lobste.rs" + android:pathPattern="/s/....../...*" + android:scheme="https" />