我在 android 中使用 GCM 接收通知。当我同时收到两个通知时,第二个会替换第一个通知。如何堆叠通知?
我尝试了不同的 id 来通知。锄头来解决这个问题?
notify ( int id, Notification notification)
我在 android 中使用 GCM 接收通知。当我同时收到两个通知时,第二个会替换第一个通知。如何堆叠通知?
我尝试了不同的 id 来通知。锄头来解决这个问题?
notify ( int id, Notification notification)