Retrieve Details Such as MCC,MNC,LAC,CellID

前端 未结 3 783
心在旅途
心在旅途 2021-02-11 02:08

Is it possible to get the following information of a incoming number in android

  1. MCC
  2. MNC
  3. LAC
  4. Cell ID
3条回答
  •  小鲜肉
    小鲜肉 (楼主)
    2021-02-11 02:49

    The solution :

    You can't because the data of incomming call contains only the number as string, and by sms ? also no because the user data header of the message can be null !!!

    If you develop a current location application, it can be used only by the owner of the cell phone.

    In the other hand, there are some developer who want to use the AT command to request the call but the only data comes with a call is only the number and only the number !!!

提交回复
热议问题