int icon = R.drawable.icon4; CharSequence tickerText = \"Hello\"; // ticker-text long when = System.currentTimeMillis(); Context context = getApplicatio
if (android.os.Build.VERSION.SDK_INT>16) { notificationManager.notify(5, notification.build()); }else { notificationManager.notify(5, notification.getNotification()); }
To work in android.os.Build.VERSION.SDK_INT<16 keep in mind to do some changes
android.os.Build.VERSION.SDK_INT<16