收集5G小区数据(新电台)

时间:2019-03-08 12:04:01

标签: android telephonymanager cellinfo

进行了一些挖掘之后,我发现Google源代码包含与NR(新广播)相关的5G信息。有趣的是,这些更改在dev或pie-dev上不可用,但在master分支上可用!

电话经理,包括5克 https://android.googlesource.com/platform/frameworks/base/+/master/telephony/java/android/telephony/TelephonyManager.java

5g的CellInfo类 https://android.googlesource.com/platform/frameworks/base/+/master/telephony/java/android/telephony/CellInfoNr.java

5g电话类别列表:

CellIdentityNr.java

CellInfoNr.java

CellSignalStrengthNr.java

我希望我的应用在第一个5G手机问世之前就开始支持5G,但新类不在我使用的SDK中(28)我需要等待Android Q吗? 4G的故事是什么?

1 个答案:

答案 0 :(得分:0)

Android软件开发套件29(Android-Q)现在可访问,允许我们实施5G收集方法。 官方文档现已更新,列出了我们在Google开发分支中看到的值:

https://developer.android.com/reference/android/telephony/CellIdentityNr.html https://developer.android.com/reference/android/telephony/CellSignalStrengthNr.html