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

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

Issue 2641123006: Include launcher shortcuts for newer verisons of Android (Closed)
Patch Set: Created 3 years, 11 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 2b0d2c5c1fcb25ced9bb178b2ad00483fca1b088..247cced08ddf46cc997b27b6660b2554eaeca7ba 100644
--- a/chrome/android/java/AndroidManifest.xml
+++ b/chrome/android/java/AndroidManifest.xml
@@ -258,7 +258,7 @@ 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 %}
+ {% if target_sdk_version|int > 24 or target_sdk_version == 'O' %}
<meta-data android:name="android.app.shortcuts"
android:resource="@xml/launchershortcuts" />
{% endif %}
« 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