com.insecureshop.ProductListActivity
registers a receiver as shown below. productDetailBroadCast
will trigger when the intent filter com.insecureshop.action.PRODUCT_DETAIL
is called.com.insecureshop.broadcast.ProductDetailBroadCast
contains the following code.