From a2182bc753591d849df8c175f21c4b7d9631930a Mon Sep 17 00:00:00 2001 From: Jonathan Klee Date: Tue, 22 Jul 2025 14:57:19 +0200 Subject: [PATCH] refactor: Subscribe to account manager 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 | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/app/src/main/AndroidManifest.xml b/app/src/main/AndroidManifest.xml index 027f5e61..922cf504 100644 --- a/app/src/main/AndroidManifest.xml +++ b/app/src/main/AndroidManifest.xml @@ -28,8 +28,7 @@ tools:ignore="QueryAllPackagesPermission" /> - + - + + - + -- GitLab