Given an Intent named intent for a broadcast action, which of the following statements sends the broadcast?

Given an Intent named intent for a broadcast action, which of the following statements sends the broadcast?



Answer: sendBroadcast(intent);


Learn More :