commit | 35a9a3864e374c4cfb033a7a0e462201224a0c3c | [log] [tgz] |
---|---|---|
author | Todd Kennedy <toddke@google.com> | Thu Jan 25 13:25:37 2018 -0800 |
committer | Todd Kennedy <toddke@google.com> | Thu Jan 25 13:25:37 2018 -0800 |
tree | 748241e81b24025bc6e9fa03347704c3afae0204 | |
parent | 0edd6454927e2289ac900807d0c374e02a5d3a4b [diff] |
Get the themes outside of the resource lock According to the documentation surrounding the resource manager lock, the lock should _not_ be held when calling back into the activity manager. The process of getting the system context [in order to obtain the theme] _may_ call back into the activity manager. Change-Id: Ibddf728a39e651f0b3ec1e2f56e09da233b963c3 Fixes: 71592993 Test: Manual