【发布时间】:2016-02-26 13:20:30
【问题描述】:
我在我的应用程序中使用Parse.com 进行推送通知。
但由于某些原因,推送通知中的应用图标在 Android Marshmallow 6.0 中没有显示。
我在 Marshmallow 6.0 以下的所有其他版本上进行了测试,并且运行良好。
此代码也添加到我的清单中
<meta-data
android:name="com.parse.push.notification_icon"
android:resource="@drawable/push_icon" />
请帮帮我。
【问题讨论】:
标签: android parse-platform android-notifications android-icons