From c3e4cbaca6fe34ea475773cce314cac31d4629d1 Mon Sep 17 00:00:00 2001 From: Chad Brubaker Date: Wed, 23 Mar 2016 12:13:48 -0700 Subject: [PATCH] Fix application manifest XML Bug: 27708827 Change-Id: I36cabc4dca7b4c49a48577703f4fbcedb59e6b95 --- docs/html/preview/features/security-config.jd | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/html/preview/features/security-config.jd b/docs/html/preview/features/security-config.jd index 92d98b4a1a9f2..457e1d2adbc36 100644 --- a/docs/html/preview/features/security-config.jd +++ b/docs/html/preview/features/security-config.jd @@ -71,11 +71,11 @@ page.keywords=preview,security,network
 <?xml version="1.0" encoding="utf-8"?>
 ...
-<app ...>
+<application ...>
     <meta-data android:name="android.security.net.config"
                android:resource="@xml/network_security_config" />
     ...
-</app>
+</application>
 

Customizing Trusted CAs