Merge "Fix application manifest XML" into mnc-mr-docs
This commit is contained in:
committed by
Android (Google) Code Review
commit
c8dcc2be4e
@@ -71,11 +71,11 @@ page.keywords=preview,security,network
|
|||||||
<pre>
|
<pre>
|
||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
...
|
...
|
||||||
<app ...>
|
<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" />
|
||||||
...
|
...
|
||||||
</app>
|
</application>
|
||||||
</pre>
|
</pre>
|
||||||
|
|
||||||
<h2 id="CustomTrust">Customizing Trusted CAs</h2>
|
<h2 id="CustomTrust">Customizing Trusted CAs</h2>
|
||||||
|
|||||||
Reference in New Issue
Block a user