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

Popular posts from this blog

php - failed to open stream: HTTP request failed! HTTP/1.0 400 Bad Request -

java - How to filter a backspace keyboard input -

java - Show Soft Keyboard when EditText Appears -