Get Network type

后端 未结 13 1035
后悔当初
后悔当初 2020-12-01 08:35

I\'ve been trying to retrive the current network type, but no success

when i say network type: i refer to know this info: if the type is: NETWORK_TYPE_IDEN

13条回答
  •  温柔的废话
    2020-12-01 09:29

    In the Android SDK in TelephonyManager there is a hidden method that has to do with the mobile data classes, it can be useful to follow the changes of this method through the API levels to keep up to date in the definition of android for them

    Note: The source code shown is from API 29 of the Android SDK

提交回复
热议问题