开发者

Android SmsProvider, what does ICC stand for?

开发者 https://www.devze.com 2023-02-10 16:50 出处:网络
Specifically in the com/android/providers/telephony开发者_如何学Go/SmsProvider.java what does ICC stand for?ICC stands for Integrated Circuit Card (or, smart card). In this case, it looks like they u

Specifically in the com/android/providers/telephony开发者_如何学Go/SmsProvider.java

what does ICC stand for?


ICC stands for Integrated Circuit Card (or, smart card). In this case, it looks like they use ICC to refer to the SIM card inside the phone, which is a smart card.


ICC is for Sim messages. See ManageSimMessages.Java inside mms/ui package which handles this.

Also see framework/base/telephony/java/android/telephony/SmsManager.Java where it "ICC (Integrated Circuit Card) is the card of the device. For example, this can be the SIM or USIM for GSM."

0

精彩评论

暂无评论...
验证码 换一张
取 消