我试图通过下面提到的意图,但我在下面得到以下异常。有人对此有任何想法吗????
Intent intent = new Intent(BluetoothHeadset.ACTION_CONNECTION_STATE_CHANGED);
intent.putExtra(BluetoothProfile.EXTRA_PREVIOUS_STATE, prevState);
intent.putExtra(BluetoothProfile.EXTRA_STATE,BluetoothAdapter.STATE_CONNECTED);
intent.putExtra(BluetoothDevice.EXTRA_DEVICE, mdevice);
sendBroadcast(intent);
java.lang.SecurityException: Permission Denial: not allowed to send broadcast android.bluetooth.headset.profile.action.CONNECTION_STATE_CHANGED from pid=10459, uid=10126