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

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

Issue 2785373004: Remove BuildInfo#isGreaterThanN() (Closed)
Patch Set: Updates for network security config 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
Index: chrome/android/java/AndroidManifest.xml
diff --git a/chrome/android/java/AndroidManifest.xml b/chrome/android/java/AndroidManifest.xml
index d3f0b733bf655d109f60ad1a116ff779334f466d..718653dbf045ec2bf32c5b4b2e38805a81e6999a 100644
--- a/chrome/android/java/AndroidManifest.xml
+++ b/chrome/android/java/AndroidManifest.xml
@@ -123,9 +123,7 @@ by a child template that "extends" this file.
{% else %}
android:allowBackup="false"
{% endif %}
- {% if target_sdk_version|int >= 24 or target_sdk_version == 'O' %}
android:networkSecurityConfig="@xml/network_security_config"
- {% endif %}
{% block extra_application_attributes %}{% endblock %}>
<!-- Samsung MultiWindow Support -->
@@ -258,10 +256,8 @@ by a child template that "extends" this file.
</intent-filter>
<meta-data android:name="android.app.searchable"
android:resource="@xml/searchable" />
- {% if target_sdk_version|int > 24 or target_sdk_version == 'O' %}
<meta-data android:name="android.app.shortcuts"
android:resource="@xml/launchershortcuts" />
- {% endif %}
</activity-alias>
« no previous file with comments | « chrome/android/BUILD.gn ('k') | chrome/android/java/src/org/chromium/chrome/browser/ChromeTabbedActivity.java » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698