auto import from //depot/cupcake/@132589
This commit is contained in:
@@ -188,6 +188,7 @@ class ServerThread extends Thread {
|
||||
Log.i(TAG, "Starting Status Bar Service.");
|
||||
statusBar = new StatusBarService(context);
|
||||
ServiceManager.addService("statusbar", statusBar);
|
||||
com.android.server.status.StatusBarPolicy.installIcons(context, statusBar);
|
||||
} catch (Throwable e) {
|
||||
Log.e(TAG, "Failure starting StatusBarService", e);
|
||||
}
|
||||
@@ -314,12 +315,6 @@ class ServerThread extends Thread {
|
||||
} catch (Throwable e) {
|
||||
Log.e(TAG, "Failure starting Gadget Service", e);
|
||||
}
|
||||
|
||||
try {
|
||||
com.android.server.status.StatusBarPolicy.installIcons(context, statusBar);
|
||||
} catch (Throwable e) {
|
||||
Log.e(TAG, "Failure installing status bar icons", e);
|
||||
}
|
||||
}
|
||||
|
||||
// make sure the ADB_ENABLED setting value matches the secure property value
|
||||
|
||||
Reference in New Issue
Block a user