Loading src/com/android/bluetooth/hfp/HeadsetService.java +3 −1 Original line number Original line Diff line number Diff line Loading @@ -78,7 +78,9 @@ public class HeadsetService extends ProfileService { } catch (Exception e) { } catch (Exception e) { Log.w(TAG,"Unable to unregister headset receiver",e); Log.w(TAG,"Unable to unregister headset receiver",e); } } if (mStateMachine != null) { mStateMachine.doQuit(); mStateMachine.doQuit(); } return true; return true; } } Loading Loading
src/com/android/bluetooth/hfp/HeadsetService.java +3 −1 Original line number Original line Diff line number Diff line Loading @@ -78,7 +78,9 @@ public class HeadsetService extends ProfileService { } catch (Exception e) { } catch (Exception e) { Log.w(TAG,"Unable to unregister headset receiver",e); Log.w(TAG,"Unable to unregister headset receiver",e); } } if (mStateMachine != null) { mStateMachine.doQuit(); mStateMachine.doQuit(); } return true; return true; } } Loading