Toggle navigation
Toggle navigation
This project
Loading...
Sign in
2020-2-capstone-design1
/
JJS_project1
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Authored by
김가영
2020-10-11 16:49:35 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
d71f9e83a01b76a1c3afb7153e91b55c6784e1e3
d71f9e83
1 parent
c62d15d8
modified network_security_config
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
3 deletions
source/app/app/src/main/res/xml/network_security_config.xml
source/app/app/src/main/res/xml/network_security_config.xml
View file @
d71f9e8
<?xml version="1.0" encoding="utf-8"?>
<PreferenceScreen
xmlns:android=
"http://schemas.android.com/apk/res/android"
>
</PreferenceScreen>
\ No newline at end of file
<network-security-config>
<!--Set application-wide security config using base-config tag.-->
<base-config
cleartextTrafficPermitted=
"true"
/>
</network-security-config>
\ No newline at end of file
...
...
Please
register
or
login
to post a comment