Reputation: 8292
I search a way to make a apk who can change default icons of my first apk. Like ADW Launcher for example.
How can I do this ? Maybe a way to take drawables of another apk ?
Thanks for your help.
Upvotes: 0
Views: 491
Reputation: 971
i suppose what you looking for is Content Provider , http://developer.android.com/guide/topics/providers/content-providers.html
Upvotes: 1