I want to change another apps(such as Facebook or whats app) launcher icons through code is that possible?
I want to change another apps launcher icons through code
Thanks
I want to change another apps(such as Facebook or whats app) launcher icons through code is that possible?
I want to change another apps launcher icons through code
Thanks
I don't think there's a durable solution - as in something that will be robust enough to work in the long term
The Android guidelines state
The Android Application Sandbox, which isolates your app data and code execution from other apps.
So changing another apps icon isn't going to be that easy.
You could try writing your own launcher, but again its something exploratory.
You don't get to change icons for installed apps. You'll have to create your own custom launcher/homescreen app and then you'll be able to show different icons for installed apps. This may be a lot of work if you only want to show a different icon style. Check out these topics if you want to create a custom launcher:
Developing an Android Homescreen
How can I create a custom home-screen replacement application for Android?