I'm writing application for Android (let's say SMS application) and I would love to have a message icon on my watch when app popups Notification.
I'm not able to do this - always end up with "ring bell" icon on Pebble watch.
I even tried to use Notification categories on Notification:
Notification.Builder notificationBuilder = new Notification.Builder(this)
.setCategory(Notification.CATEGORY_MESSAGE)
.setContentTitle("some text")
.setContentText(text)
.setSmallIcon(R.drawable.notify);
Tried all categories - always only ring bell icon is shown. After asking Pebble this question their support went silent...
Icon:
Any ideas?

OK, I've got some information from Pebble forum (my own post):
Answer by "Orviwan" from Team Pebble.
Source: https://forums.pebble.com/t/android-setting-notification-type-icon-type-shown-on-watch/23937/3
So, basically if you are registering for
android.provider.Telephony.SMS_DELIVERand this still does not work you have to write to Pebble team.