Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
有没有办法在默认展开的通知中显示操作按钮?我使用持续通知来控制我的应用程序中的培训过程。我希望在通知区域中出现通知后立即显示“停止”和“暂停”等控制按钮。
您无法展开通知。唯一的解决方案是,设置 Priority Max,然后在通知列表的顶部进行扩展。这也取决于设备。
mBuilder.setPriority(Notification.PRIORITY_HIGH)