What happened to android.provider.Telephony?

后端 未结 5 1276
野的像风
野的像风 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:24

    The code you linked to on anddev.org is for SDK version m5-rc14 which is from February, 2008 almost an entire year old. The current SDK version is 1.0, with two releases between it and m5-rc14.

    Given the nature of the Android project they have added and removed many interfaces in its rapid growth/adoption. A lot of people have complained that they are closing out some of the interfaces to some cool parts of the operating system, such as the Telephony interface.

    You can check out android.telephony (link) package and see if there is equivalent functionality there.

提交回复
热议问题