Skip to content Skip to sidebar Skip to footer

Android Notification Displays Wrong Icon

I have a static Array with Icon ids: public static final int[][] ICON_IDS = { {R.drawable.ic_access_alarm_black_24dp, R.drawable.ic_access_time_black_24dp, R.drawable.ic_account_bo

Solution 1:

Found out why. You can't use xml resources as Notification Icons.


Post a Comment for "Android Notification Displays Wrong Icon"