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