summaryrefslogtreecommitdiffstats
path: root/AndroidManifest.xml
diff options
context:
space:
mode:
authorAsher Simonds <dayanhammer@gmail.com>2018-02-12 10:47:16 +0100
committerMichael Bestas <mkbestas@lineageos.org>2019-12-12 15:18:16 +0200
commit0070ea2ec4c457cec3a7db39c9e8483c33ea3508 (patch)
tree4da00ebd81a31b244b9a9c8cf002f8e5c1dc7d1b /AndroidManifest.xml
parent55924ba82b945543ada9d6ef24c6bc97b847673a (diff)
downloadandroid_packages_apps_Trebuchet-0070ea2ec4c457cec3a7db39c9e8483c33ea3508.tar.gz
android_packages_apps_Trebuchet-0070ea2ec4c457cec3a7db39c9e8483c33ea3508.tar.bz2
android_packages_apps_Trebuchet-0070ea2ec4c457cec3a7db39c9e8483c33ea3508.zip
Trebuchet: adaptive icon
Change-Id: I84662d7cb35ed751c61c6223dc02f256f5ab3311 Signed-off-by: Joey <joey@lineageos.org>
Diffstat (limited to 'AndroidManifest.xml')
-rw-r--r--AndroidManifest.xml5
1 files changed, 3 insertions, 2 deletions
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index 853d04cbb..dfdf8bb53 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -32,13 +32,14 @@
android:fullBackupOnly="true"
android:fullBackupContent="@xml/backupscheme"
android:hardwareAccelerated="true"
- android:icon="@drawable/ic_launcher_home"
+ android:icon="@mipmap/ic_launcher"
android:label="@string/derived_app_name"
android:theme="@style/AppTheme"
android:largeHeap="@bool/config_largeHeap"
android:restoreAnyVersion="true"
android:supportsRtl="true"
- tools:ignore="GoogleAppIndexingWarning">
+ tools:ignore="GoogleAppIndexingWarning"
+ tools:replace="android:icon">
<!--
Main launcher activity. When extending only change the name, and keep all the