How do I get to the Icon Launcher from another Android application on the device if I know its Package Name?
Example
String googlePackageName = \"com.go
I came across this question. Never heard of before. But I guess this should be the solution:
Drawable icon = context.getPackageManager().getApplicationIcon(packageName);