What happened to android.provider.Telephony?

后端 未结 5 1275
野的像风
野的像风 2020-12-31 23:12

Does anyone know what happened to android.provider.Telephony? It is not there anymore.

5条回答
  •  萌比男神i
    2020-12-31 23:49

    Thanks Brian, however, it seems Telephony is used by code posted on this site.

    In this excerpt from Apress (ISBN: 978-1-43021-064-1) by Chris Haseman, it is used too:

    Telephony class is used for sms messaging,

    (Context context, Intent intent)
    {
    SmsMessage msg[] =
        Telephony.Sms.Intents.getMessagesFromIntent(intent);
    ...
    

提交回复
热议问题