当帐户添加到设备或从设备中删除时如何获得通知?

How to get notified when an account is add to or remove from device?

我想设置 BroadcastReceiver 以在从设备中删除帐户时收到通知。我应该在 BroadcastReceiver 中使用什么 IntentFilter。我找不到任何相关的意图。

谢谢

this question, I found that there is an intent called: LOGIN_ACCOUNTS_CHANGED_ACTION 的帮助下。这是文档:

Action sent as a broadcast Intent by the AccountsService when accounts are added, accounts are removed, or an account's credentials (saved password, etc) are changed.

它工作正常。还有另一个选项正在使用 addOnAccountsUpdatedListener