diff options
author | Jackal Guo <jackalguo@google.com> | 2020-08-18 13:38:12 +0800 |
---|---|---|
committer | Jackal Guo <jackalguo@google.com> | 2020-08-18 14:15:43 +0800 |
commit | 816efd1cc05a36ace7a347d171bdfce63df8a6c9 (patch) | |
tree | 520eb5545dab238f1f66d7a26079120cb892d628 /tools/aapt2/java/JavaClassGenerator_test.cpp | |
parent | 0f54ce6bd21a7262746b90d1cb9c9e27b81c3d1b (diff) |
Rename pmInternal#getPackageUidInternal (2/4)
This method was added to operate as an internal variant of the
public getPackageUid method since pmInternal#getPackageUid already
exist. However, pmInternal#getPackageUid method just called to the
public interface, and enforcing permissions and visibility checks.
Since we don't expect any UID/permission checks in a local service,
any callers to this method requiring permission checks should be
migrated onto the PackageManager public method. Remove the original
pmInternal#getPackageUid and rename #getPackageUidInternal to take
its place.
Bug: 148235092
Test: Build pass and boot
Change-Id: Iebf51ab7f35710dea2b9c34c64138277c44cf30a
Diffstat (limited to 'tools/aapt2/java/JavaClassGenerator_test.cpp')
0 files changed, 0 insertions, 0 deletions