diff options
| author | 2016-05-26 04:47:44 +0000 | |
|---|---|---|
| committer | 2016-05-26 04:47:44 +0000 | |
| commit | 86bceb87ca8177200977024f4757edaf1233d4be (patch) | |
| tree | dee9bba71f220d131163eb5d6aa26e83c171aef8 | |
| parent | 68fb46153f8649e2d4027a5e79cfc1786764a746 (diff) | |
| parent | 11b56641e5e466f5ca14bd118e819c3f04820d38 (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.jd | 5 |
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> <?xml version="1.0" encoding="utf-8"?> <manifest ... > - <application ... > - <meta-data android:name="android.security.net.config" - android:resource="@xml/network_security_config" /> + <application android:networkSecurityConfig="@xml/network_security_config" + ... > ... </application> </manifest> |