答案 0 :(得分:1)
您可以使用SubscriptionManager获取活动订阅列表: https://developer.android.com/reference/android/telephony/SubscriptionManager.html#getActiveSubscriptionInfoList()
要获取默认的SMS订阅ID,您可以在SmsManager中使用此API: http://developer.android.com/reference/android/telephony/SmsManager.html#getDefaultSmsSubscriptionId()