我正在设置一个带有按钮的应用程序,该按钮可以打开特定的网站,但该网站显示白屏。我已经从网站的绿色挂锁上复制了证书,创建了原始的XML文件夹并粘贴了代码
<?xml version="1.0" encoding="utf-8"?>
<network-security-config>
<domain-config>
<domain includeSubdomains="true">andela.com</domain>
<trust-anchors>
<certificates src="@raw/cert_file"/>
</trust-anchors>
但是还是没有运气,有什么帮助吗?