Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1936)

Unified Diff: chrome/android/java/AndroidManifest.xml

Issue 2741193003: Fix networkSecurityConfig for newer versions of Android. (Closed)
Patch Set: . Created 3 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/android/java/AndroidManifest.xml
diff --git a/chrome/android/java/AndroidManifest.xml b/chrome/android/java/AndroidManifest.xml
index f497d343b1903093a4b59b0564ca80b832a683fc..a03233fa7aafe3747e2e350f85a04f4b55240989 100644
--- a/chrome/android/java/AndroidManifest.xml
+++ b/chrome/android/java/AndroidManifest.xml
@@ -121,7 +121,7 @@ by a child template that "extends" this file.
{% else %}
android:allowBackup="false"
{% endif %}
- {% if target_sdk_version|int >= 24 %}
+ {% if target_sdk_version|int >= 24 or target_sdk_version == 'O' %}
android:networkSecurityConfig="@xml/network_security_config"
{% endif %}
{% block extra_application_attributes %}{% endblock %}>
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698