Heads-up Notification - Android Lollipop
问题 I\'m trying to show a notification-type heads-up but I could not. What I tried final Notification.Builder notif = new Builder(getApplicationContext()) .setContentTitle(getString(R.string.title)) .setContentText(getString(R.string.text)) // .setTicker(getString(R.string.tick)) removed, seems to not show at all // .setWhen(System.currentTimeMillis()) removed, match default // .setContentIntent(contentIntent) removed, I don\'t neet it .setColor(Color.parseColor(getString(R.color.yellow))) //ok