OSDN Git Service

Delay power broadcasts until system is booted.
authorJeff Sharkey <jsharkey@android.com>
Wed, 2 Mar 2016 20:07:56 +0000 (13:07 -0700)
committerJeff Sharkey <jsharkey@android.com>
Wed, 2 Mar 2016 20:08:21 +0000 (13:08 -0700)
commit3dee8d6787617a7d3da4faef2ad88c08151ea3eb
tree5011ac935988d5a87183f395f731793130ed4b57
parentdbff9ca4a52d55297330efaeddfa48f0908514ca
Delay power broadcasts until system is booted.

When the system isn't booted yet, enqueue any early broadcasts to be
sent after the system is ready.

Bug: 27449137
Change-Id: I5a93be3a2cf4d038149b54e0510b040fd69d3579
services/core/java/com/android/server/power/PowerManagerService.java