javiersantos / AppUpdater

A library that checks for your apps' updates on Google Play, GitHub, Amazon, F-Droid or your own server. API 9+ required.
Apache License 2.0
1.98k stars 412 forks source link

Change notification icon. #23

Closed sopherwang closed 8 years ago

sopherwang commented 8 years ago

Is there anyway that we can add a custom icon to notification?

Thanks.

javiersantos commented 8 years ago

Sure. Have you tried this method?

// (Optional) Set a resource identifier for the notification icon 
.setIcon(R.drawable.ic_update)