我发现 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.
这是什么意思?将执行什么控制?它执行谁(什么组件)?什么是已知和未知的应用程序?检查结果可能是什么?