b/2138890 Pre-initilize Bluetooth profile managers

Change-Id: I633202457ca445308ec35b99260e603a85451042
This commit is contained in:
Michael Chan
2009-09-24 07:45:49 -07:00
parent ec54997a04
commit f2f3ceebbd
2 changed files with 25 additions and 21 deletions

View File

@@ -79,6 +79,8 @@ public class LocalBluetoothManager {
return null;
}
LocalBluetoothProfileManager.init(INSTANCE);
return INSTANCE;
}
}