From 93be0d2802cac48d1d40fdea6d381c7130a19d13 Mon Sep 17 00:00:00 2001 From: dev-12 Date: Wed, 24 Sep 2025 13:07:05 +0530 Subject: [PATCH] bugfix! Ensure proper mail account removal we send our own custom broadcast which is guarded with permission and only sent to mail app, system broadcast is not reliable for app that is not the owner for the account (i.e mail app for sso account which is owned by account manager). --- app/src/main/AndroidManifest.xml | 6 ++++++ .../at/bitfire/davdroid/MailAccountSyncHelper.kt | 10 +++++++++- .../davdroid/receiver/AccountRemovedReceiver.kt | 2 ++ 3 files changed, 17 insertions(+), 1 deletion(-) diff --git a/app/src/main/AndroidManifest.xml b/app/src/main/AndroidManifest.xml index 953004319..c379c6af3 100644 --- a/app/src/main/AndroidManifest.xml +++ b/app/src/main/AndroidManifest.xml @@ -33,6 +33,12 @@ + + + +