From cead308800cec34b59afb1e5dd8b39b0ea9c352f Mon Sep 17 00:00:00 2001 From: Trent Larson Date: Fri, 13 Jun 2025 22:37:03 -0600 Subject: [PATCH] incorporate one of the BUILDING steps directly into the file --- BUILDING.md | 14 -------------- android/app/src/main/AndroidManifest.xml | 2 +- 2 files changed, 1 insertion(+), 15 deletions(-) diff --git a/BUILDING.md b/BUILDING.md index 9384a669..773d5279 100644 --- a/BUILDING.md +++ b/BUILDING.md @@ -473,17 +473,3 @@ At play.google.com/console: - Save, go to "Publishing Overview" as prompted, and click "Send changes for review". - Note that if you add testers, you have to go to "Publishing Overview" and send those changes or your (closed) testers won't see it. - - -## First-time Android Configuration for deep links - -You must add the following intent filter to the `android/app/src/main/AndroidManifest.xml` file: - - ```xml - - - - - - - ``` \ No newline at end of file diff --git a/android/app/src/main/AndroidManifest.xml b/android/app/src/main/AndroidManifest.xml index 991dd37e..b7cea5c4 100644 --- a/android/app/src/main/AndroidManifest.xml +++ b/android/app/src/main/AndroidManifest.xml @@ -19,7 +19,7 @@ - +