是否可以在 android 中获取蜂窝网络统计数据

Is it possible in android to get data of cellular network stat

是否可以获取设备和蜂窝塔的辐射等数据, 蜂窝塔的距离, 以及来自 android 设备的蜂窝网络的基本详细信息。

您可以通过 Telephony 获取设备的信号强度、连接类型等 api : android.telephony.SignalStrength

来自 ConnectivityManager 的网络的基本详细信息: android.net.ConnectivityManager and android.net.NetworkInfo

这里是 link 关于获取基站信息的讨论:Retrieve cell towers information