updateAccount

open fun updateAccount(account: Account, userAccount: UserAccount): Bundle

Update AccountManager Account for the given UserAccount

Return

auth bundle with encrypted values

Parameters

account

Account object to update.

userAccount

UserAccount object.