commit | 5b3d6804811a907ae9e74adaa31958a5bc6a515c | [log] [tgz] |
---|---|---|
author | Wale Ogunwale <ogunwale@google.com> | Wed Nov 14 17:04:47 2018 -0800 |
committer | Wale Ogunwale <ogunwale@google.com> | Wed Nov 14 17:04:47 2018 -0800 |
tree | 1651041bb589fd886501948bb85ba8b4d87df21a | |
parent | 97dbb7b9684c741ad1c3718fb1cc1e62dc9457e6 [diff] |
Don't hold AM lock in AMS.getIntentSender Nothing in the method requires the lock to be held as both the user controller and pending intent controller have their own locks. So, safe to remove to avoid deadlock where WM calls into PM which in turn calls this method. Change-Id: If91c0fb7477a0b71efce029089e6186b5dac8255 Fixes: 119559831 Test: N/A