将通知置于分隔线下方 android java

Place notification beneath the divider android java

我正忙于处理通知,我想知道如何才能实现如下图所示的内容。我尝试将其设置为 ongoing,但它并没有完全实现我想要的功能。

如何将我的通知放在该分隔线下方? (因此高于或低于 USB for charging

将您的通知设置为 PRIORITY_MIN:

builder.setPriority(NotificationCompat.PRIORITY_MIN);