Loading services/core/java/com/android/server/accounts/AccountManagerService.java +4 −0 Original line number Diff line number Diff line Loading @@ -1171,6 +1171,10 @@ public class AccountManagerService obsoleteAuthType.add(type); // And delete it from the TABLE_META accountsDb.deleteMetaByAuthTypeAndUid(type, uid); } else if (knownUid != null && knownUid != uid) { Slog.w(TAG, "authenticator no longer exist for type " + type); obsoleteAuthType.add(type); accountsDb.deleteMetaByAuthTypeAndUid(type, uid); } } } Loading Loading
services/core/java/com/android/server/accounts/AccountManagerService.java +4 −0 Original line number Diff line number Diff line Loading @@ -1171,6 +1171,10 @@ public class AccountManagerService obsoleteAuthType.add(type); // And delete it from the TABLE_META accountsDb.deleteMetaByAuthTypeAndUid(type, uid); } else if (knownUid != null && knownUid != uid) { Slog.w(TAG, "authenticator no longer exist for type " + type); obsoleteAuthType.add(type); accountsDb.deleteMetaByAuthTypeAndUid(type, uid); } } } Loading