Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 3fdc8007 authored by Chad Brubaker's avatar Chad Brubaker Committed by android-build-merger
Browse files

Merge "Fix application manifest XML" into mnc-mr-docs

am: c8dcc2be

* commit 'c8dcc2be':
  Fix application manifest XML

Change-Id: I0007c6bdc5acb04efbfd0f4cab06f34a83fda31b
parents 83113d6f c8dcc2be
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -71,11 +71,11 @@ page.keywords=preview,security,network
<pre>
&lt;?xml version="1.0" encoding="utf-8"?&gt;
...
&lt;app ...&gt;
&lt;application ...&gt;
    &lt;meta-data android:name="android.security.net.config"
               android:resource="@xml/network_security_config" /&gt;
    ...
&lt;/app&gt;
&lt;/application&gt;
</pre>

<h2 id="CustomTrust">Customizing Trusted CAs</h2>