Loading android/app/src/com/android/bluetooth/hfpclient/HeadsetClientStateMachine.java 100644 → 100755 +1 −0 Original line number Diff line number Diff line Loading @@ -319,6 +319,7 @@ final class HeadsetClientStateMachine extends StateMachine { private void sendCallChangedIntent(BluetoothHeadsetClientCall c) { Intent intent = new Intent(BluetoothHeadsetClient.ACTION_CALL_CHANGED); intent.addFlags(Intent.FLAG_RECEIVER_FOREGROUND); intent.putExtra(BluetoothHeadsetClient.EXTRA_CALL, c); mService.sendBroadcast(intent, ProfileService.BLUETOOTH_PERM); } Loading Loading
android/app/src/com/android/bluetooth/hfpclient/HeadsetClientStateMachine.java 100644 → 100755 +1 −0 Original line number Diff line number Diff line Loading @@ -319,6 +319,7 @@ final class HeadsetClientStateMachine extends StateMachine { private void sendCallChangedIntent(BluetoothHeadsetClientCall c) { Intent intent = new Intent(BluetoothHeadsetClient.ACTION_CALL_CHANGED); intent.addFlags(Intent.FLAG_RECEIVER_FOREGROUND); intent.putExtra(BluetoothHeadsetClient.EXTRA_CALL, c); mService.sendBroadcast(intent, ProfileService.BLUETOOTH_PERM); } Loading