summaryrefslogtreecommitdiff
path: root/tools/aapt2/java/JavaClassGenerator_test.cpp
diff options
context:
space:
mode:
authorHai Zhang <zhanghai@google.com>2020-12-14 13:15:00 -0800
committerHai Zhang <zhanghai@google.com>2020-12-21 15:55:10 -0800
commita0d2826aa859d9d009c25915c42248c6e17d939b (patch)
treeb8e2749aa901de73b8eab3f021d92ca7ad5e219f /tools/aapt2/java/JavaClassGenerator_test.cpp
parent226c6ccb96daa16974bb20cca7f468d2e44ade33 (diff)
Remove IPermissionManager usage inside PackageManagerService.
Because we are moving permission into mainline and AIDL can't be an API. Most usages are replaced with calling through PermissionManager instead. For checkPermission() and checkUidPermission(), they are not intended to be exposed as cross-process APIs because people should use Context.check*Permission() instead. So they are made in-process APIs. resetRuntimePermissions() is moved to IPackageManager because it is only used by PackageManagerShellCommand and is implemented by calling resetRuntimePermissions() in a loop. Bug: 158736025 Test: presubmit Change-Id: I8285abddbfb3c4011a8acbc2e2ebfc30715c6f9a
Diffstat (limited to 'tools/aapt2/java/JavaClassGenerator_test.cpp')
0 files changed, 0 insertions, 0 deletions