Skip to content

Commit a79b2cf

Browse files
committed
export bluetooth adapter broadcast receiver
1 parent 67dc4b0 commit a79b2cf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/src/main/java/io/github/sds100/keymapper/system/bluetooth/AndroidBluetoothAdapter.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ class AndroidBluetoothAdapter(
5555
ctx,
5656
broadcastReceiver,
5757
this,
58-
ContextCompat.RECEIVER_NOT_EXPORTED,
58+
ContextCompat.RECEIVER_EXPORTED,
5959
)
6060
}
6161
}

0 commit comments

Comments
 (0)