consolidate: use KeychainProvider for deletion operation

This commit is contained in:
Vincent Breitmoser
2014-08-20 19:31:51 +02:00
parent 70426041df
commit 9aaaac068e
4 changed files with 7 additions and 5 deletions

View File

@@ -103,8 +103,6 @@ public class KeychainApplication extends Application {
}
}
public static void setupAccountAsNeeded(Context context) {
AccountManager manager = AccountManager.get(context);
Account[] accounts = manager.getAccountsByType(Constants.PACKAGE_NAME);