b/2296110 Car Dock - Enable BT if not already enabled.

Change-Id: If1798f62c9438e58c342869176437067f941c8cb
This commit is contained in:
Michael Chan
2009-12-07 20:48:39 -08:00
parent 0c75b2d2dc
commit 146385663b
2 changed files with 90 additions and 35 deletions

View File

@@ -103,6 +103,7 @@ public class DockEventReceiver extends BroadcastReceiver {
public static void finishStartingService(Service service, int startId) {
synchronized (mStartingServiceSync) {
if (mStartingService != null) {
if (DEBUG) Log.d(TAG, "stopSelf id = "+ startId);
if (service.stopSelfResult(startId)) {
mStartingService.release();
}