如何在设备中添加或删除帐户时收到通知?

时间:2016-03-16 08:25:24

标签: android broadcastreceiver account accountmanager android-account

我想设置一个BroadcastReceiver,以便在从设备中删除帐户时收到通知。我应该在IntentFilter中使用BroadcastReceiver。我无法找到任何相关的意图。

由于

1 个答案:

答案 0 :(得分:1)

this question的帮助下,我发现有一个名为LOGIN_ACCOUNTS_CHANGED_ACTION的意图。这是文档:

  

帐户时由AccountsService作为广播Intent发送的操作   添加,删除帐户或帐户的凭据(保存   密码等)改变了。

它工作正常。还有另一种选择是使用addOnAccountsUpdatedListener