0

I got this bug in some devices like sony xperia Z and wiko. I did implement Parse notification.I am setting my notification icon in my manifest.xml:

<meta-data
            android:name="com.parse.push.notification_icon"
            android:resource="@drawable/ic_launcher" />

When I receive a notification. My icon will appear in the satatus bar: enter image description here Until now everything is ok. But when I try to open the status bar to check the message. My notification will appear without the icon. Only the message will appear: enter image description here Did anyone faced the same problem? And any idea how to fix it?

haythem souissi
  • 3,263
  • 7
  • 50
  • 77

1 Answers1

0

I had the same problem , I fixed it by changing my icon image to a 24x24 dp.

What are the sizes of the icons in Android notifications action-buttons?

Android status bar expects icons of size 25x25dp while guidelines recommend 32x32dp. Who is wrong?

Community
  • 1
  • 1
Akil
  • 719
  • 13
  • 23