Computer Science, asked by sbbrahma6855, 10 months ago

If broadcast receiver is unregistered what will happen

Answers

Answered by Anonymous
0

Answer:

Explanation:

To register a receiver with a context, perform the following steps:

Create an instance of BroadcastReceiver . ...

Create an IntentFilter and register the receiver by calling registerReceiver(BroadcastReceiver, IntentFilter) : ...

To stop receiving broadcasts, call unregisterReceiver(android.content.BroadcastReceiver)

Answered by Anonymous
0

Explanation:

To register a receiver with a context, perform the following steps:

Create an instance of BroadcastReceiver . ...

Create an IntentFilter and register the receiver by calling registerReceiver(BroadcastReceiver, IntentFilter) : ...

To stop receiving broadcasts, call unregisterReceiver(android.content.BroadcastReceiver) .

Similar questions