From cf9179b49e904491958fcb190e2d7b4a0f95ab64 Mon Sep 17 00:00:00 2001 From: Marcel Hibbe Date: Wed, 2 Sep 2026 16:29:15 +0200 Subject: [PATCH] fix(camera): declare photos/ as FileProvider cache path Camera capture files are written to cache/photos/camera_capture.jpg, but file_provider_paths.xml only declared shared_attachments/, causing FileProvider.getUriForFile to throw IllegalArgumentException when taking a picture from the conversation info edit screen. Assisted-by: Claude Code:claude-sonnet-5 Signed-off-by: Marcel Hibbe --- app/src/main/res/xml/file_provider_paths.xml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/app/src/main/res/xml/file_provider_paths.xml b/app/src/main/res/xml/file_provider_paths.xml index 7ce7f294e0a..dd50e23cce3 100644 --- a/app/src/main/res/xml/file_provider_paths.xml +++ b/app/src/main/res/xml/file_provider_paths.xml @@ -8,6 +8,9 @@ +