broadcastReceiverName
The name of the BroadcastReceiver
subclass that implements the broadcast receiver. This should be a fully qualified class name.
This value needs to match with the android:name
attribute of the corresponding Android manifest receiver
element. See receiver-element for details.