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