Merge "docs: Clarified structure of security config file." into mnc-mr-docs
This commit is contained in:
committed by
Android (Google) Code Review
commit
c3cada0ae5
@@ -70,12 +70,13 @@ page.keywords=preview,security,network
|
|||||||
|
|
||||||
<pre>
|
<pre>
|
||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
...
|
<manifest ... >
|
||||||
<application ...>
|
<application ... >
|
||||||
<meta-data android:name="android.security.net.config"
|
<meta-data android:name="android.security.net.config"
|
||||||
android:resource="@xml/network_security_config" />
|
android:resource="@xml/network_security_config" />
|
||||||
...
|
...
|
||||||
</application>
|
</application>
|
||||||
|
</manifest>
|
||||||
</pre>
|
</pre>
|
||||||
|
|
||||||
<h2 id="CustomTrust">Customizing Trusted CAs</h2>
|
<h2 id="CustomTrust">Customizing Trusted CAs</h2>
|
||||||
|
|||||||
Reference in New Issue
Block a user