What method is used to send a broadcast event?

What method is used to send a broadcast event?



a. sendBroadcast(intent);

b. startBroadcast(intent);

c. registerBroadcast(intent);

d. sendBroadcastReceiver(intent);


Answer: A


Learn More :