OSDN Git Service

Get the themes outside of the resource lock
authorTodd Kennedy <toddke@google.com>
Thu, 25 Jan 2018 21:25:37 +0000 (13:25 -0800)
committerTodd Kennedy <toddke@google.com>
Thu, 25 Jan 2018 21:25:37 +0000 (13:25 -0800)
commit35a9a3864e374c4cfb033a7a0e462201224a0c3c
tree748241e81b24025bc6e9fa03347704c3afae0204
parent0edd6454927e2289ac900807d0c374e02a5d3a4b
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
core/java/android/app/ActivityThread.java