Clear calling identity when get package uid.
Previously, the identity was cleared in LaunchingAppsService before calling into ActivityManagerService. This would allow ActivityManagerService to call PackageManager#getPackageUid. Since the calling identity is now associated with the SafeActivityOptions, this was removed from LaunchingAppsService. As a result, a SecurityException is encountered, and app shortcuts from managed profiles no longer work. This changelist addresses the issue by clearing the calling identity in ActivityManagerService. This reduced scope still allows the SafeActivityOptions to be created with the proper uid associated. Change-Id: Ic32eae5d7b9e4053e4177938a8c2859385d9eeae Fixes: 72498756 Test: atest CtsShortcutHostTestCases Test: atest CtsShortcutManagerTestCases
Loading
Please register or sign in to comment