From ab631cf2ce4485320b412b646499847f271f07b5 Mon Sep 17 00:00:00 2001 From: Jonathan Klee Date: Tue, 22 Jul 2025 14:02:30 +0200 Subject: [PATCH] Notify all components listening for account added We want other components to be able to get notified when a new account is added in AccountManger. We moved the permission declaration to AccountManager and the subscribers who want to get notified should use the new ADD_ACCOUNT permission. --- app/src/main/AndroidManifest.xml | 6 ++++-- .../davdroid/ui/setup/AccountDetailsFragment.kt | 13 ++++--------- 2 files changed, 8 insertions(+), 11 deletions(-) diff --git a/app/src/main/AndroidManifest.xml b/app/src/main/AndroidManifest.xml index 7f3af0812..953004319 100644 --- a/app/src/main/AndroidManifest.xml +++ b/app/src/main/AndroidManifest.xml @@ -28,8 +28,10 @@ - - + + +