commit | a9c35b3e0147f8b77c2df0869a4615cf145c36c1 | [log] [tgz] |
---|---|---|
author | Lee Shombert <shombert@google.com> | Mon Aug 02 18:39:52 2021 +0000 |
committer | Lee Shombert <shombert@google.com> | Mon Aug 02 20:53:14 2021 +0000 |
tree | c637763a699ba0004adee95d33f979e136a385b5 | |
parent | 2ae9aa426466e983b80f2eacaee8e1dd103224fa [diff] |
Revert "Do not cache wildcard users (PackageManager)" This reverts commit 8d6900e011733c368c833d751fda7973af125d18. Reason for revert: The UIDs in this CL are Linux UIDs, which are never negative. The @UserIdInt annotation is incorrect and the bypass() override is unnecessary. See the comments on ag/15339446 for another instance of this issue. Change-Id: I79ccbb40c3f0ab1a3bb48f55da5a72696d4fb2b1