How to provide option to select wi-fi or GPRS for network connectivity in android app

前端 未结 3 993
渐次进展
渐次进展 2020-12-05 20:50

In my app i want to provide the user with the option to choose wi-fi / GPRS for network connectivity to the web server. May be answers to the following ques solve my prob ..

3条回答
  •  我在风中等你
    2020-12-05 21:25

    Continuing the @rIHaN JiTHiN answer, it should be noted that two permissions android.permission.UPDATE_DEVICE_STATS and android.permission.MODIFY_PHONE_STATE are only granted to system app (as it is initially set in Eclipse or Android Studio). So if someone will be faced with this issue, look at this solution.

提交回复
热议问题