File tree Expand file tree Collapse file tree 2 files changed +10
-0
lines changed Expand file tree Collapse file tree 2 files changed +10
-0
lines changed Original file line number Diff line number Diff line change 2222 android : icon =" @mipmap/ic_launcher"
2323 android : label =" @string/app_name"
2424 android : localeConfig =" @xml/locales_config"
25+ android : networkSecurityConfig =" @xml/network_security_config"
2526 android : roundIcon =" @mipmap/ic_launcher_round"
2627 android : supportsRtl =" true"
2728 android : theme =" @style/Theme.MyApplication"
Original file line number Diff line number Diff line change 1+ <?xml version =" 1.0" encoding =" utf-8" ?>
2+ <network-security-config xmlns : tools =" http://schemas.android.com/tools" >
3+ <base-config cleartextTrafficPermitted =" true" tools : ignore =" InsecureBaseConfiguration" >
4+ <trust-anchors >
5+ <certificates src =" system" />
6+ <certificates src =" user" tools : ignore =" AcceptsUserCertificates" />
7+ </trust-anchors >
8+ </base-config >
9+ </network-security-config >
You can’t perform that action at this time.
0 commit comments