我需要在收到推送的通知栏中显示我的应用图标,但是当我在通知栏中收到推送通知时,Android Lollipop仅显示星形图标而不是应用图标,但在IOS通知栏中显示应用程序的正确图标。我正在使用带有phonegap的IBM Bluemix推送通知。我的config.xml是http://pastebin.com/bpKFn51z。
这个答案White notification icon for Android with Phonegap Build and PushPlugin可能有效,但IBM Bluemix只分发他的API的jar文件。
答案 0 :(得分:0)
你应该使用Cordova StatusBarNotification插件。 或者,如果您想要更快的解决方案,可以按照以下博客文章中的建议进行操作:
http://devgirl.org/2012/10/25/tutorial-android-push-notifications-with-phonegap/