Showing
1 changed file
with
4 additions
and
3 deletions
1 | <?xml version="1.0" encoding="utf-8"?> | 1 | <?xml version="1.0" encoding="utf-8"?> |
2 | -<PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android"> | ||
3 | - | ||
4 | -</PreferenceScreen> | ||
... | \ No newline at end of file | ... | \ No newline at end of file |
2 | +<network-security-config> | ||
3 | + <!--Set application-wide security config using base-config tag.--> | ||
4 | + <base-config cleartextTrafficPermitted="true"/> | ||
5 | +</network-security-config> | ||
... | \ No newline at end of file | ... | \ No newline at end of file | ... | ... |
-
Please register or login to post a comment