Dominik Schürmann and Lars Wolf, in an excellent blog post and pre-pub paper, points out a security flaw in many activities that have an ACTION_SEND <intent-filter>.
in situations where an Intent results in long-running work, you need to find an efficient way to offload that to a different thread. Say hello to IntentServices!