I am making an app in which I would like to let the users to choose from a predefined list of icons and use the selected icon as the application's launcher icon.
I saw this feature in some version of the SuperSU app
How to do that?
I am making an app in which I would like to let the users to choose from a predefined list of icons and use the selected icon as the application's launcher icon.
I saw this feature in some version of the SuperSU app
How to do that?
No, there is no way to do it dynamically because the icon is set in the AndroidManifest.xml, and it is located on the root folder.
You could read: