Merge "Remove relevant configs when a uid (app) is uninstalled"

This commit is contained in:
Howard Ro
2018-02-21 21:12:41 +00:00
committed by Android (Google) Code Review

View File

@@ -659,6 +659,7 @@ Status StatsService::informOnePackageRemoved(const String16& app, int32_t uid) {
"Only system uid can call informOnePackageRemoved");
}
mUidMap->removeApp(app, uid);
mConfigManager->RemoveConfigs(uid);
return Status::ok();
}