允许使用明文本连接(非https)

时间:2020-02-09 15:39:25   收藏:0   阅读:79
AndroidManifest.xml
<application android:name="com.code369.veclib.EasyApplication" android:allowBackup="true" android:icon="@mipmap/ic_launcher" android:label="@string/app_name" android:roundIcon="@mipmap/ic_launcher" android:supportsRtl="true" android:usesCleartextTraffic="true" android:theme="@style/AppTheme">

 

原文:https://www.cnblogs.com/CipherLab/p/12287050.html

评论(0
© 2014 bubuko.com 版权所有 - 联系我们:wmxa8@hotmail.com
打开技术之扣,分享程序人生!