From fea90b76169bc413d812d3647dabed1b22b730f3 Mon Sep 17 00:00:00 2001 From: hailin Date: Wed, 10 Dec 2025 03:28:13 -0800 Subject: [PATCH] fix(android): add app_flutter path for FileProvider MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit APK downloaded to getApplicationDocumentsDirectory() which maps to files/app_flutter/ on Android. FileProvider needs this path configured to grant URI permission for APK installation. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 --- frontend/mobile-app/android/app/src/main/res/xml/file_paths.xml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/frontend/mobile-app/android/app/src/main/res/xml/file_paths.xml b/frontend/mobile-app/android/app/src/main/res/xml/file_paths.xml index 35b31f90..7e1c29d3 100644 --- a/frontend/mobile-app/android/app/src/main/res/xml/file_paths.xml +++ b/frontend/mobile-app/android/app/src/main/res/xml/file_paths.xml @@ -2,6 +2,8 @@ + +