ToothlessGear / node-gcm

A NodeJS wrapper library port to send data to Android devices via Google Cloud Messaging
https://github.com/ToothlessGear/node-gcm
Other
1.3k stars 208 forks source link

Icon format #301

Closed RenanRosa closed 7 years ago

RenanRosa commented 7 years ago

Is there a way to use .jpg files in the icon option?

eladnava commented 7 years ago

@RenanRosa You can use .jpg files as long as they are included as drawables in your Android application. Then, set icon to the file name of the .jpg file, without the extension.