Launcher icon is changed but in recent apps still

2019-06-23 16:01发布

I have changed the launcher icons in File -> New -> Image Asset and the icons are changed.

When I click on recent apps icon in it displays the default icon where as correct icon is shown in the main icon list.

Verified the Android manifest where application tag contain the icon tag and corresponding mipmap.

What's wrong here? I am using xiaomi note 4 mobile. Please help.

3条回答
Luminary・发光体
2楼-- · 2019-06-23 16:43

From Android Nougat, default launcher icon should be roundIcon. See this Reference

Maybe you should change your AndroidManifest for your application tag

 android:icon="@mipmap/ic_launcher"
 android:roundIcon="@mipmap/ic_launcher_round"
查看更多
手持菜刀,她持情操
3楼-- · 2019-06-23 16:57

The app icon in the app launcher should be updated, but the shortcuts won't be updated until the next refresh of the home-screen. There isn't much you can do that unfortunately, but the home-screen does refresh itself once in a while, so the new icon will eventually replace the old icon automatically.

查看更多
萌系小妹纸
4楼-- · 2019-06-23 16:58

Reboot your phone and your icon will update in recent apps and notification.

查看更多
登录 后发表回答