Default android app icon should use <adaptive-icon>
Test: install apk without application icon. manually check on default launcher. b/34948318 Change-Id: I8a7e5f4343d9ed3eb32cbfa69857aa6264107654
|
Before Width: | Height: | Size: 3.3 KiB |
|
Before Width: | Height: | Size: 1.7 KiB |
|
Before Width: | Height: | Size: 2.2 KiB |
|
Before Width: | Height: | Size: 4.7 KiB |
|
Before Width: | Height: | Size: 7.5 KiB |
|
Before Width: | Height: | Size: 10 KiB |
5
core/res/res/drawable/sym_def_app_icon.xml
Normal file
@@ -0,0 +1,5 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<adaptive-icon xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<background android:drawable="@android:color/white" />
|
||||
<foreground android:drawable="@mipmap/sym_def_app_icon_maskable" />
|
||||
</adaptive-icon>
|
||||
BIN
core/res/res/mipmap-hdpi/sym_def_app_icon_maskable.png
Normal file
|
After Width: | Height: | Size: 3.4 KiB |
BIN
core/res/res/mipmap-ldpi/sym_def_app_icon_maskable.png
Normal file
|
After Width: | Height: | Size: 1.6 KiB |
BIN
core/res/res/mipmap-mdpi/sym_def_app_icon_maskable.png
Normal file
|
After Width: | Height: | Size: 2.1 KiB |
BIN
core/res/res/mipmap-xhdpi/sym_def_app_icon_maskable.png
Normal file
|
After Width: | Height: | Size: 4.8 KiB |
BIN
core/res/res/mipmap-xxhdpi/sym_def_app_icon_maskable.png
Normal file
|
After Width: | Height: | Size: 7.9 KiB |
BIN
core/res/res/mipmap-xxxhdpi/sym_def_app_icon_maskable.png
Normal file
|
After Width: | Height: | Size: 11 KiB |