How to get the status of bluetooth on/off using br...
# android
p
How to get the status of bluetooth on/off using broadcast receiver defined in Manifest
Copy code
<receiver
    android:name="org.kp.m.arrivalnotification.usecase.BluetoothStatusReceiver"
    >
    <intent-filter>
        <action android:name="android.bluetooth.adapter.action.STATE_CHANGED" />
    </intent-filter>
</receiver>
this doesn’t help. I was thinking, this is exempted list of receivers 🤔 Appreciate the help in advance 😇
😶 6
c
This channel is for "using kotlin to build android apps" and so you're likely not going to get too many answers unfortunately.
🧐 1
p
that's ok ..