allow unencrypted http on android 9

this commit is just to make policies equal and independent on various android
versions. support for http might be removed in the future across all versions.
This commit is contained in:
Daniel Gultsch 2018-12-05 14:40:40 +01:00
parent bcfd3f20c2
commit f50e6e00ce

View file

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