Push notifications icon

0
I've just implemented the Android push notifications module and have succesfully sent some notifications. However, they all get a square-in-a-circle icon, while I set my icons in the PhoneGap res folder. How can I configure the correct icons for push notifications? Update: we don't get an icon on a Nexus 4 (Android 5.1.1), but we do get one on a Galaxy S7 (Android 6.0.1) and we have the same APK...
asked
1 answers
1

I think in order to change this the Java on the mendix server needs to provide JSON that contains the logo you wish to display. If you look at this Gist you will see the options you are allowed to send an android device.

The Java that sends the JSON to the device can be found here: Push Java

it should be possible to enhance the module to allow for these customizations .

answered