Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 01924023 authored by yro's avatar yro
Browse files

Remove relevant configs when a uid (app) is uninstalled

Bug: 72267831
Test: statsd_test
Change-Id: I6ed29baba39b83f771629131af66b39ccc9cc130
parent 29f1cdd5
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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();
}