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