When you code a class that defines a broadcast receiver, you override a method that's executed when the broadcast is received. What's the name of this method?

When you code a class that defines a broadcast receiver, you override a method that's executed when the broadcast is received. What's the name of this method?



Answer: onReceive


Learn More :