SmsManager のドキュメントの場所が明確ではないことがわかりました。
クラス SmsManager、メソッド sendTextMessage、パラメータ sentIntent ( http://developer.android.com/reference/android/telephony/SmsManager.html ):
The per-application based SMS control checks sentIntent. If
sentIntent is NULL the caller will be checked against all
unknown applications, which cause smaller number of SMS to
be sent in checking period.
どういう意味ですか?どのような制御が行われるのでしょうか? 誰 (どのコンポーネント) を実行しますか? 既知および未知のアプリケーションとは? チェックの結果はどうなるでしょうか?