首页 > Web开发 > 详细

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

时间:2020-02-09 15:39:25      阅读:79      评论:0      收藏:0      [点我收藏+]
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)

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

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!