commit | 1f5733838ddb3539b695168f5162b5c0d0c8768a | [log] [tgz] |
---|---|---|
author | Wale Ogunwale <[email protected]> | Mon Dec 03 06:42:54 2018 -0800 |
committer | Wale Ogunwale <[email protected]> | Mon Dec 03 06:42:54 2018 -0800 |
tree | ff2349696c03e2fd7016c29b8776ab902d2dfebd | |
parent | 122c0879cdf41aacb3df461c475e4aaf1b90f49f [diff] |
Don't acquire WM service lock in ActivityStackSupervisor.resolveIntent() The lock isn't really needed in this method since it doesn't touch any internal state to the service. This helps us avoid a deadlock where package manager calls back in AMS. Change-Id: I73ba11c11f91fbd671d5a8775d31afb48eebca9d Fixes: 120113767 Test: N/A