DO NOT MERGE ANYWHERE Start the FingnerprintService only if it has FEATURE_FINGERPRINT.

b/26877020

Change-Id: Idfef31edb7e67ae60c1b2205df326ed1c5657618
This commit is contained in:
Wei Liu
2016-02-03 14:31:37 -08:00
parent 7528f57c4d
commit aae35640cd

View File

@@ -979,7 +979,9 @@ public final class SystemServer {
mSystemServiceManager.startService(TrustManagerService.class);
mSystemServiceManager.startService(FingerprintService.class);
if (mPackageManager.hasSystemFeature(PackageManager.FEATURE_FINGERPRINT)) {
mSystemServiceManager.startService(FingerprintService.class);
}
try {
Slog.i(TAG, "BackgroundDexOptService");