Internet permission not working in oreo and pie

后端 未结 4 1942
春和景丽
春和景丽 2020-12-03 09:14

I\'m new here. I built a simple app that sends some data to server and as well receives the response.

The app is working fine on devices up to android N. But not wor

4条回答
  •  自闭症患者
    2020-12-03 09:22

    If your URL start's with http then you have to use it is used in Android Pie i.e API level 28

    android:usesCleartextTraffic="true"
    

    in your manifest inside application tag as an attribute

提交回复
热议问题