我正在尝试AccountManager
在我的 Android 手机上使用 Accounts 并想编写一个应用程序来删除一些帐户。我的代码适用于 facebook 帐户,但在 Skype 帐户上失败。
有关如何删除此类帐户的任何线索(当然除了打开 xml 并删除所需的行)
result=accountManager.removeAccount(Account, null, null);
remove_result=result.getResult(); //-> true for a facebook account , false for a skype account .