Add adaptive icon to be used as main icon for ThemePicker
Bug: 131853226
Test: sideloaded ThemePicker
Change-Id: I537cff5c1f5ef6b1b2739f7409c659e92cd565cd
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index 6d06bcc..2564487 100755
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -10,16 +10,16 @@
<uses-permission android:name="android.permission.SET_WALLPAPER_COMPONENT" />
<application
+ tools:replace="android:icon,android:name"
android:extractNativeLibs="false"
android:hardwareAccelerated="true"
- android:icon="@mipmap/product_logo_wallpapers_launcher_color_48"
+ android:icon="@drawable/ic_home"
android:label="@string/app_name"
android:requiredForAllUsers="true"
android:restoreAnyVersion="true"
android:supportsRtl="true"
android:name="com.android.customization.picker.CustomizationPickerApplication"
- android:theme="@style/CustomizationTheme"
- tools:replace="android:name">
+ android:theme="@style/CustomizationTheme">
<activity
android:name="com.android.customization.picker.CustomizationPickerActivity"
android:label="@string/app_name"