Between android roms the contacts app’s logo can be different (e.g. Samsung devices have different contacts icon than HTC devices). Is there any way to programmatically get this icon?
Between android roms the contacts app’s logo can be different (e.g. Samsung devices have
Share
This will return a
Drawableobject with the specified package name’s icon if it exists,nullotherwise.