Search code examples
androidbroadcastreceiver

If we don't set intent-filter to receiver, does is will handle any broadcast happens in the system?


in android , if we didn't set intent-filter to a broadcast receiver, and we override the onReceiver method. does this broadcast Receiver cable to receive any broadcast message ?


Solution

  • You will receive nothing. :( so..