I am a little bit confused about the ComponentName class in Android.
There are different ways to get to a component name object, but I don\'t know when to use which... a
Or you can use like this inside BroadcastReceiver :
ComponentName smsReceiver = new ComponentName(this, SMSReceiver.class);