How to detect Samsung S10 5G is running on 5G network?

前端 未结 5 752
一整个雨季
一整个雨季 2021-01-07 01:24

Android Q added a new network type, NETWORK_TYPE_NR, for 5G, it is not available for Android Pie. Yet the just released Samsung S10 5G has fully supported 5G function, it ca

5条回答
  •  借酒劲吻你
    2021-01-07 02:01

    There is an official documentation to detect 5G on Android 11. https://developer.android.com/about/versions/11/features/5g#detection

    Call TelephonyManager.listen(), passing in LISTEN_DISPLAY_INFO_CHANGED, to determine if the user has a 5G network connection.

提交回复
热议问题