Merge "docs: Clarified structure of security config file." into mnc-mr-docs am: c3cada0 am: 0e6f90e
am: d893d0c
* commit 'd893d0c5c4dacc702c2bcbc84b2d6f93ed36fef7':
docs: Clarified structure of security config file.
Change-Id: I4b0b6116cce7f5504d916e87875607c30db9acdd
diff --git a/docs/html/preview/features/security-config.jd b/docs/html/preview/features/security-config.jd
index 607e8f3..42c4ff5 100644
--- a/docs/html/preview/features/security-config.jd
+++ b/docs/html/preview/features/security-config.jd
@@ -70,12 +70,13 @@
<pre>
<?xml version="1.0" encoding="utf-8"?>
-...
-<application ...>
+<manifest ... >
+ <application ... >
<meta-data android:name="android.security.net.config"
android:resource="@xml/network_security_config" />
...
-</application>
+ </application>
+</manifest>
</pre>
<h2 id="CustomTrust">Customizing Trusted CAs</h2>