oeffi/oeffi/res/xml/network_security_config.xml
Andreas Schildbach ddb41a0f6f Define network security configuration.
For now, we use the Android 7/8 defaults which allow cleartext traffic and trust system CAs.
2018-09-26 13:04:20 +02:00

10 lines
No EOL
255 B
XML

<?xml version="1.0" encoding="utf-8"?>
<network-security-config>
<base-config cleartextTrafficPermitted="true" >
<trust-anchors>
<certificates src="system" />
</trust-anchors>
</base-config>
</network-security-config>