From 0e849d08fd7cfd68cb0f54126faf9357f989b5bb Mon Sep 17 00:00:00 2001 From: cocoon Date: Fri, 9 Aug 2024 08:46:25 +0200 Subject: [PATCH] Add Intent Filter for custom scheme Allow to start the roundsync app from external using url: roundsync://open.app --- app/src/main/AndroidManifest.xml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/app/src/main/AndroidManifest.xml b/app/src/main/AndroidManifest.xml index 03b6ba9d4..2b3cc1570 100644 --- a/app/src/main/AndroidManifest.xml +++ b/app/src/main/AndroidManifest.xml @@ -55,6 +55,12 @@ + + + + + + - \ No newline at end of file +