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
Quiz, Objective, Multiple Choice Question (MCQ), Test Bank Solution and Short Answers.