标签: android notifications pushapps
我已经通过PushApps实现了推送通知。 我的要求是,如果用户收到多个通知,那么我需要显示一个通知数量的单个通知。
PushManager.getInstance(getApplicationContext()).setShouldStackNotifications(false);
上述行的分组工作正常但未显示通知计数。 请给我一些建议。 感谢。