且构网

分享程序员开发的那些事...
且构网 - 分享程序员编程开发的那些事

没有 R.java 的 Android 通知

更新时间:2023-09-18 09:26:04

首先,您应该下载您的图像:https://github.com/koush/ion

First of all, you should download your image: https://github.com/koush/ion

那么:

Icon ic = Icon.createWithContentUri("uri of your downloaded image");  
builder.setSmallIcon(ic);