summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Chad Brubaker <cbrubaker@google.com> 2016-05-26 04:47:44 +0000
committer android-build-merger <android-build-merger@google.com> 2016-05-26 04:47:44 +0000
commit86bceb87ca8177200977024f4757edaf1233d4be (patch)
treedee9bba71f220d131163eb5d6aa26e83c171aef8
parent68fb46153f8649e2d4027a5e79cfc1786764a746 (diff)
parent11b56641e5e466f5ca14bd118e819c3f04820d38 (diff)
Merge "Merge "Track changes to network security config manifest configuration" into mnc-mr-docs am: c0f99aebdc" into mnc-io-docs am: ce99e3c571
am: 11b56641e5 * commit '11b56641e5e466f5ca14bd118e819c3f04820d38': Track changes to network security config manifest configuration Change-Id: I25e463154d084223dbafdf3e2ab99bfdb52769fb
-rw-r--r--docs/html/preview/features/security-config.jd5
1 files changed, 2 insertions, 3 deletions
diff --git a/docs/html/preview/features/security-config.jd b/docs/html/preview/features/security-config.jd
index f8c0325f3bbf..2706ced8579b 100644
--- a/docs/html/preview/features/security-config.jd
+++ b/docs/html/preview/features/security-config.jd
@@ -72,9 +72,8 @@ page.image=images/cards/card-nyc_2x.jpg
<pre>
&lt;?xml version="1.0" encoding="utf-8"?&gt;
&lt;manifest ... &gt;
- &lt;application ... &gt;
- &lt;meta-data android:name="android.security.net.config"
- android:resource="@xml/network_security_config" /&gt;
+ &lt;application android:networkSecurityConfig="@xml/network_security_config"
+ ... &gt;
...
&lt;/application&gt;
&lt;/manifest&gt;