Implement changes in the Android client to align with the new daemon API
Issue: Delay in synchronizing profile updates across different devices using the same account.
Implementation: Update the application to use the new daemon API, updateProfile, which manages vCard handling internally. This API ensures that profile changes are synchronized seamlessly across all devices linked to the account. By leveraging the new API, the synchronization process becomes more efficient and consistent, addressing the delay issue effectively.
Edited by Pavan Koushik Nellore