There are two functions to set notification icon setSmallIcon & setLargeIcon in NotificationCompat.Builder
I know that the small notification icon for mdpi density is 24x24dpi.
But what is the size of large notification icon for mdpi density?
Thank you.