From 442582685e74ade54ee4a5074c4658041d6a9d53 Mon Sep 17 00:00:00 2001 From: Matthew Raymer Date: Wed, 23 Jul 2025 05:32:20 +0000 Subject: [PATCH] doc: removed AndroidManifest.xml directions since this already handled in the build. We should possibly have it somewhere else for understanding configuration since its not something auto-generated by Capacitor. --- BUILDING.md | 16 ---------------- 1 file changed, 16 deletions(-) diff --git a/BUILDING.md b/BUILDING.md index ffba0457..fd25df7d 100644 --- a/BUILDING.md +++ b/BUILDING.md @@ -1239,22 +1239,6 @@ VITE_APP_SERVER=https://timesafari.app VITE_PASSKEYS_ENABLED=true ``` -## Android Configuration for deep links - -You must add the following intent filter to the `android/app/src/main/AndroidManifest.xml` file: - -```xml - - - - - - - -``` - -... though when we tried that most recently it failed to 'build' the APK with: http(s) scheme and host attribute are missing, but are required for Android App Links [AppLinkUrlError] - ## Troubleshooting ### Common Issues