summaryrefslogtreecommitdiffstats
path: root/AndroidManifest.xml
diff options
context:
space:
mode:
authorAsher Simonds <dayanhammer@gmail.com>2018-02-12 10:47:16 +0100
committerBruno Martins <bgcngm@gmail.com>2019-10-20 14:00:37 +0100
commitd4c4dec44e74ce97172af602f3991ecef22c858f (patch)
tree9b78614ed6bb9843b2becd67b19faac6480334c6 /AndroidManifest.xml
parentc3c09383ec556d4376a40a18ff5517605734ae98 (diff)
downloadandroid_packages_apps_Trebuchet-d4c4dec44e74ce97172af602f3991ecef22c858f.tar.gz
android_packages_apps_Trebuchet-d4c4dec44e74ce97172af602f3991ecef22c858f.tar.bz2
android_packages_apps_Trebuchet-d4c4dec44e74ce97172af602f3991ecef22c858f.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