diff --git a/docs/html/preview/features/security-config.jd b/docs/html/preview/features/security-config.jd index 607e8f3cf5393..42c4ff5ed3cb9 100644 --- a/docs/html/preview/features/security-config.jd +++ b/docs/html/preview/features/security-config.jd @@ -70,12 +70,13 @@ page.keywords=preview,security,network
<?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>