phonegap-build / PushPlugin

This repository is deprecated head to phonegap/phonegap-push-plugin
https://github.com/phonegap/phonegap-plugin-push
MIT License
1.32k stars 1k forks source link

Multiline pushnotification in android #671

Open praveenbeniwal opened 8 years ago

praveenbeniwal commented 8 years ago

Please add .setStyle(new NotificationCompat.BigTextStyle().bigText(message)) in GCMIntentService.java and declare message variable in start of createNotification() function.