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

Commit c3e4cbac authored by Chad Brubaker's avatar Chad Brubaker
Browse files

Fix application manifest XML

Bug: 27708827
Change-Id: I36cabc4dca7b4c49a48577703f4fbcedb59e6b95
parent d62f63b2
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>