NotificationCompat.Builder mBuilder = new NotificationCompat.Builder(this) .setSmallIcon(R.drawable.ic_launcher) .setLargeIcon(b) .setContentTitle("this a message!") .setContentText("Hello world"); can I use only setLagreIcon() or any other alternative solution?