Change Android App Icon and App Name programmatically without adding them in bundle source code?

1.2k Views Asked by At

I am building an android application in android studio. I want to change the application launcher icon and name after the application gets installed.

Here comes the challenging part the icon and name information will be coming from webServer. So we can't use 'activity-alias' and we can't add that icon with the bundle source code.

Can't add an application shortcut too. Want to change the main app laucher icon and it's name

0

There are 0 best solutions below