-1

I want to change all icons of android phone from my application project images.. Icons of google icons,youtube icons,other apps icons that has been installed in phone

how can i achieve this programatically

ADM
  • 20,406
  • 11
  • 52
  • 83
uncle_scrooge
  • 409
  • 1
  • 5
  • 28

1 Answers1

0

I think is possible if you develop your own Launcher application. If your application is not a louncher application it is not possible to change icons on the phone. You can read this tutorial to get an idea:

https://www.androidauthority.com/make-a-custom-android-launcher-837342-837342/

Also look at this:

How to install icon pack on custom launcher?

Olcay Ertaş
  • 5,987
  • 8
  • 76
  • 112