| commit | 556efba975923a4462f1e83c7c3bbacf1b5c415c | [log] [tgz] |
|---|---|---|
| author | Todd Kennedy <toddke@google.com> | Thu Nov 15 07:43:55 2018 -0800 |
| committer | Todd Kennedy <toddke@google.com> | Thu Nov 15 07:43:55 2018 -0800 |
| tree | ed8a3b05bc861f0020855700d1e89ed23608ef73 | |
| parent | 755cc6653430e0172b00377ef6c4dc1a1a8dc0b6 [diff] |
Don't hold lock while calling package manager Given the lock ordering [app ops are lower than package manager], app ops should not hold its lock while calling up into the package manager. Change-Id: I207119bdb6d1e8458dbd2d73948f2bf1a3e38f21 Fixes: 119555336 Test: Manual