OSDN Git Service

Do not enforce unlocked state when there is no caller
authorFyodor Kupolov <fkupolov@google.com>
Sat, 30 Apr 2016 00:24:21 +0000 (17:24 -0700)
committerFyodor Kupolov <fkupolov@google.com>
Sat, 30 Apr 2016 00:27:16 +0000 (17:27 -0700)
commit4d01f61e7bb0d1f3a9ba598c6bc35df0b6a1a43f
treecdaad8d4aeeccb376a411079f732fe9acd9da292
parentede4fcea6b4fb5950b2a4eaf34b0fa6fa2f8a696
Do not enforce unlocked state when there is no caller

Do not enforce unlocked state when running on the background thread. User can
be in the stopping state or removed by the time the message is being processed.

Bug: 28471878
Change-Id: I1862849661d93b424a07ea94e80563bea7a94ce5
services/appwidget/java/com/android/server/appwidget/AppWidgetServiceImpl.java