phonegap-build / PushPlugin

This repository is deprecated head to phonegap/phonegap-push-plugin
https://github.com/phonegap/phonegap-plugin-push
MIT License
1.32k stars 1k forks source link

Is there any way to clear badges in some android models like Samsung or Htc #691

Open ghost opened 7 years ago

ghost commented 7 years ago

Hi

Same devices from Samsung or Htc can add a count badge over the app icon if you include "msgcnt;1" in your play looad, like ios.

But while in ios when the app is opened (included "cleadBadged:true" option in android this option has not efect and the only solution to "clear" this bagde is send again a push with msgcnt:0"..

Is there an option to clear this badges in this android devices when the app is opened?

Thanks in advance.