OSDN Git Service

Skip SystemUI check in BluetoothServiceManager if noHome.
authorArthur Hsu <arthurhsu@google.com>
Fri, 12 Jan 2018 00:46:22 +0000 (16:46 -0800)
committerArthur Hsu <arthurhsu@google.com>
Fri, 12 Jan 2018 00:46:22 +0000 (16:46 -0800)
commitf3f95a9229d53279060db08032273c0568eeff99
tree43f7ad5af85e0e67eb7f8ed95a3d20e24d388d21
parent5e093d997adcd0cd5d83720eaaf0f282f92a9630
Skip SystemUI check in BluetoothServiceManager if noHome.

When device is configured with config_noHomeScreen, there will be no
SystemUI. Checking SystemUI UID is meaningless.

Bug: 62413935 69965109
Test: On sailfish, logcat shows expected SystemUI UID by default
Change-Id: Iaccc0f10cb82da454077056824c3f6eea6a37c4e
services/core/java/com/android/server/BluetoothManagerService.java