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?









a. intent.putExtra("test", "test1 test2");
b. intent.send();
c. sendBroadcast(intent);
d. broadcast(intent);









Answer: C


Android

Learn More Multiple Choice Question :