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

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

Issue 2850253003: [Android] Add android:roundIcon for adaptive icon support (Closed)
Patch Set: Created 3 years, 8 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 | chrome/android/java/res/values/ic_launcher_round_alias.xml » ('j') | 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 49f441cff1609f0bd2dcea7f8d98132117fa2a30..34834ace14a5d15546fce684c13bc157270bde7d 100644
--- a/chrome/android/java/AndroidManifest.xml
+++ b/chrome/android/java/AndroidManifest.xml
@@ -110,6 +110,7 @@ by a child template that "extends" this file.
Java heap limit (32Mb on Nexus S, 48Mb on Xoom). -->
<application android:name="{% block application_name %}org.chromium.chrome.browser.ChromeApplication{% endblock %}"
android:icon="@drawable/ic_launcher"
+ android:roundIcon="@drawable/ic_launcher_round"
android:label="@string/app_name"
android:largeHeap="false"
android:manageSpaceActivity="@string/manage_space_activity"
« no previous file with comments | « no previous file | chrome/android/java/res/values/ic_launcher_round_alias.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698