summaryrefslogtreecommitdiffstats
path: root/AndroidManifest.xml
diff options
context:
space:
mode:
authorHyunyoung Song <hyunyoungs@google.com>2017-03-03 11:14:05 -0800
committerHyunyoung Song <hyunyoungs@google.com>2017-03-03 12:48:05 -0800
commit837eb1f47d868e22358ba7c12a4771882965be27 (patch)
tree4c192ee31bb8cc6541c46fdc8565d9c1d16d8307 /AndroidManifest.xml
parent9407d4ab57a0c3500647f1f5f9a9a44b51d222b4 (diff)
downloadandroid_packages_apps_Trebuchet-837eb1f47d868e22358ba7c12a4771882965be27.tar.gz
android_packages_apps_Trebuchet-837eb1f47d868e22358ba7c12a4771882965be27.tar.bz2
android_packages_apps_Trebuchet-837eb1f47d868e22358ba7c12a4771882965be27.zip
Change application launcher icons to adaptive icons
b/35429795 Change-Id: I4fa2fb167040c2470c403a293d1a172c276b2f81
Diffstat (limited to 'AndroidManifest.xml')
-rw-r--r--AndroidManifest.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index 3b721ab57..bcb522b21 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -54,7 +54,7 @@
android:fullBackupOnly="true"
android:fullBackupContent="@xml/backupscheme"
android:hardwareAccelerated="true"
- android:icon="@mipmap/ic_launcher_home"
+ android:icon="@drawable/ic_launcher_home"
android:label="@string/derived_app_name"
android:theme="@style/LauncherTheme"
android:largeHeap="@bool/config_largeHeap"
@@ -135,7 +135,7 @@
android:theme="@android:style/Theme.NoDisplay"
android:label="* HPROF"
android:excludeFromRecents="true"
- android:icon="@mipmap/ic_launcher_home"
+ android:icon="@drawable/ic_launcher_home"
>
<intent-filter>
<action android:name="android.intent.action.MAIN" />
@@ -147,7 +147,7 @@
<activity
android:name="com.android.launcher3.testing.ToggleWeightWatcher"
android:label="Show Mem"
- android:icon="@mipmap/ic_launcher_home">
+ android:icon="@drawable/ic_launcher_home">
<intent-filter>
<action android:name="android.intent.action.MAIN" />
<category android:name="android.intent.category.DEFAULT" />