1

Is it possible to change an Android App icon in code? Like basically have multiple icon files in the res directory and then on user selection rename one to icon.png and rename the others to other names?

Andrew
  • 830
  • 3
  • 10
  • 27

1 Answers1

1

As I know, files in the resource directories can't be renamed through code. If I am mistaken please tell me the way.

Mudassir
  • 13,031
  • 8
  • 59
  • 87