Modify notifications in Phonegap and Pushwoosh
问题 I'm currently working on PhoneGap and Pushwoosh and have some questions: Is it possible to change the text / icon of the notification in the status bar? If yes, is it also possible to show the notification only when you have received some specified data? 回答1: You will need to modify SDK for that as this functionality unfortunately is not available out of the box. If you don't mind doing some Java coding it would be rather easy. You might need to modify this file: https://github.com/shaders