b/2296110 Car Dock - Enable BT if not already enabled.
Change-Id: If1798f62c9438e58c342869176437067f941c8cb
This commit is contained in:
@@ -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();
|
||||
}
|
||||
|
Reference in New Issue
Block a user