1

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?

Alex
  • 3,382
  • 2
  • 32
  • 41
cht
  • 319
  • 3
  • 13

1 Answers1

0

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:

Community
  • 1
  • 1
Jaco
  • 923
  • 2
  • 14
  • 28