setLauncherIcon()

This API is used to set a custom launcher icon in your app

Note: Please use an icon with a size smaller than 56dp for best results.

 

Syntax:

CopiedZohoSalesIQ.setLauncherIcon(Drawable icon);

Example:

CopiedZohoSalesIQ.setLauncherIcon(
AppCompatResources.getDrawable(context, R.drawable.custom_launcher_icon)
);