简体   繁体   中英

android how to make top float notification like wechat message notification

Hi like this photo for top message notification, I have tried to notify, I can get notification shown in a status bar, but never to show float notification message view at the top, who can give me the same code to show? thanks~ 在此处输入图片说明

Beginning from Android 5.0 Lollipop version, Android had introduced Heads-up Notification. Please check this link for more information.

Example conditions that might trigger heads-up notifications include the following:

  1. The user's activity is in fullscreen mode (the app uses fullScreenIntent).
  2. The notification has high priority and uses ringtones or vibrations on devices running Android 7.1 (API level 25) and lower.
  3. The notification channel has high importance on devices running Android 8.0 (API level 26) and higher.

You can turn it off by asking the user to turn off Allow peeking in the App Notifications section. Please check this link for more info.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM