0

Is it possible to get data like radiation of device and cellular tower, Distance of cellular tower, And basic details of cellular network from android device programmatically.

RBK
  • 2,481
  • 2
  • 30
  • 52

1 Answers1

2

You can get signal strength of the device, what kind of connection it is, etc. with the Telephony api : android.telephony.SignalStrength

Basic details of the network from ConnectivityManager: android.net.ConnectivityManager and android.net.NetworkInfo

Here is a link to a discussion on getting cell tower information: Retrieve cell towers information

Community
  • 1
  • 1
David C Adams
  • 1,953
  • 12
  • 12