- account
- The Android.Accounts.Account to add
- password
- The password to associate with the account, null for none
- userdata
- String values to use for the account's userdata, null for none
Documentation for this section has not yet been entered.
Adds an account directly to the AccountManager. Normally used by sign-up wizards associated with authenticators, not directly by applications.
It is safe to call this method from the main thread.
This method requires the caller to hold the permission NoType:android/Manifest$permission;Href=../../../reference/android/Manifest.permission.html#AUTHENTICATE_ACCOUNTS and to have the same UID as the added account's authenticator.