Is it possible to change launcher icon in android

2019-05-11 03:01发布

This question already has an answer here:

I want to use multiple launcher icon . what i want that user can change launcher icon with his selection

is it possible to change launcher icon run time?

1条回答
我欲成王,谁敢阻挡
2楼-- · 2019-05-11 03:39

Strictly speaking you can not change launcher icon at run time. However there are few workarounds available for this:

1. Activity alias: Create multiple activity-alias tags in Manifest for your MAIN launcher activity and give a different icon drawable to it. You can then choose a particular activity-alias via your code as per your requirement.

2. Install/Uninstall Shortcuts: This approach won't change the your app's icon however you can update (read re-install) your app's shortcut-icon.

Hope this helps.

查看更多
登录 后发表回答