summaryrefslogtreecommitdiff
path: root/core/java/android/inputmethodservice/InputMethodService.java
diff options
context:
space:
mode:
authorNikita Ioffe <ioffe@google.com>2022-01-20 21:44:51 +0000
committerNikita Ioffe <ioffe@google.com>2022-02-01 16:59:17 +0000
commit05b17e193fe6359ef446c522f72c0c33f57522a7 (patch)
tree74119f8bfb594e23a98e3d6c58b5d0dc5a9babc1 /core/java/android/inputmethodservice/InputMethodService.java
parentd7a62ace0f72c133e8c0b89e1ad8a9ef1fb42e09 (diff)
Teach PackageManagerService about supplemental process
Each app will have it's own supplemental process with a different uid that uniquely maps to the uid of the application that this supplemental process corresponds to. This will impact some of the PackageManager and PermissionManager APIs (e.g. PackageManager.getPackagesForUid, or PermissionManager.checkPermission). In order to make it possible for PackageManager to correctly treat supplemental process uids, we first need to teach it about the supplemental process APK itself, hence this change. Bug: 215241564 Test: atest PackageManagerShellCommandTest Change-Id: I28f4a382900f276170c51e8c92d8fcde8419ddb1
Diffstat (limited to 'core/java/android/inputmethodservice/InputMethodService.java')
0 files changed, 0 insertions, 0 deletions