I\'ve got BroadcastReceiver class:
public class IntentReceiver extends BroadcastReceiver { final String tag = \"Intent Intercepter\"; @Override
I've found that the command was wrong, correct command contains "broadcast" instead of "start":
adb shell am broadcast -a com.whereismywifeserver.intent.TEST --es sms_body "test from adb" -n com.whereismywifeserver/.IntentReceiver