I\'m having runtime issues when trying to utilize th
If you have proguard enabled, try adding
# Local Broadcast Manager -keep public class android.support.v4.content.LocalBroadcastManager
This fixed it for me.