What is the correct way of checking for mobile network available (no data connection)

后端 未结 6 824
名媛妹妹
名媛妹妹 2021-02-02 15:35

What is the correct way of checking if a mobile network (GSM) connection is available on Android? (>2.1) I don\'t want to check if there is data connection available over the mo

6条回答
  •  無奈伤痛
    2021-02-02 16:09

    Look at my answer to Problem in detecting Internet Connection in Android.

    You may get the NETWORK_TYPE_UNKNOWN response if the network is either not available or is still connecting.

提交回复
热议问题