- listener
- The previously added listener to remove
Type Reason Java.Lang.IllegalArgumentException if listener is null Java.Lang.IllegalStateException if listener was not already added
Removes an Android.Accounts.IOnAccountsUpdateListener previously registered with AccountManager.AddOnAccountsUpdatedListener(IOnAccountsUpdateListener, Android.OS.Handler, Android.OS.Handler). The listener will no longer receive notifications of account changes.
It is safe to call this method from the main thread.
No permission is required to call this method.