Is it possible to change launcher icon in android runtime with user selection? -
this question has answer here:
i want use multiple launcher icon . want user can change launcher icon selection
is possible change launcher icon run time?
strictly speaking can not change launcher icon @ run time. there few workarounds available this:
1. activity alias: create multiple activity-alias
tags in manifest main
launcher activity , give different icon drawable
it. can choose particular activity-alias
via code per requirement.
2. install/uninstall shortcuts: approach won't change app's icon can update (read re-install) app's shortcut-icon.
hope helps.
Comments
Post a Comment