commit | 18211fd8f6ff4a70a4b8b16fab642783d536102b | [log] [tgz] |
---|---|---|
author | Todd Kennedy <toddke@google.com> | Tue Jun 06 09:15:46 2017 -0700 |
committer | Todd Kennedy <toddke@google.com> | Wed Jun 07 15:53:21 2017 -0700 |
tree | 030af3ddf084ccdaee597e1996c80268f22e8bb4 | |
parent | 4972aa30bfa1b69d73389f5ecd02071f4c799ec3 [diff] |
Passing callingUid to internal methods Sometimes callers want to clear the calling identity [to avoid permission calls]. In this case, allow passing the original calling identity to internal methods. Test: Manual; create profile account and observe launcher still works cross profile Test: bit FrameworksServicesTests:com.android.server.pm.ShortcutManagerTest{1..10} Change-Id: I73f8ad4b2dc1895227c3fcb14f3f1f18f600562f Fixes: 38349978