I download a image from server as bitmap and convert it to drawable now i want to use this drawable as notification icon. But i am unable to do that. here is my code:
Better option get application icon
Drawable drawable=getApplicationInfo().loadIcon(getPackageManager()); Bitmap bitmap = ((BitmapDrawable)drawable).getBitmap(); .setSmallIcon(getApplicationInfo().icon) .setLargeIcon(bitmap)