1 Answer

Notification notif = new Notification(R.drawable.stat_sample, tickerText,
            System.currentTimeMillis());

Where R.drawable.stat_sample points to your image.

More info here: http://developer.android.com/guide/topics/ui/notifiers/notifications.html

link|improve this answer
but that its working with Drawable, what happens if i want contact picture?i have the drawable or bitmap, but notification only accept int – zen Feb 16 at 5:39
the int is the reference id to your drawable – Paul Nikonowicz Feb 16 at 16:15
yeah, i know but what happen if i want use contact picture? i cant have my contacts pictures on my "drawable" folder, so i i get the contact picture with a query to the database, so its posible use a placeholder or something? – zen Feb 17 at 16:38
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.