commit | 78d63ac323b0c6c05db8968d84a6fa73c850fcdb | [log] [tgz] |
---|---|---|
author | Adam Bookatz <bookatz@google.com> | Thu Jul 30 16:33:45 2020 -0700 |
committer | Adam Bookatz <bookatz@google.com> | Fri Aug 14 12:15:12 2020 -0700 |
tree | dacf1ab21951674f73c867398c0f8b36993734f7 | |
parent | 271e922bb0dd8a5c9cf47d0bc66647e50c8b6d4a [diff] |
Fix confusion of userId vs. uid Some functions were trying to get the UserHandle of a userId, but were instead treating the userId as a uid, and thereby getting the wrong UserHandle. Bug: 162543841 Test: atest com.android.internal.app.ChooserActivityTest Test: atest com.android.internal.app.ResolverActivityTest Test: atest ScreenshotNotificationSmartActionsTest Test: atest com.android.server.devicepolicy.DevicePolicyManagerTest Change-Id: Ib977267e3bae0aa3c7b6b31cfe8f0b3f9cc884b1