Style0 sy = new Style0();
//设置通知栏标题和内容
sy.setTitle(title);
sy.setText(content);
//配置通知栏图标
sy.setLogo("D:\nwfile\img\icon.png");
//配置通知栏网络图标
sy.setLogoUrl("http://avatar.csdn.net/3/0/3/3_qq_34722251.jpg");
这个配置并没有得到预料结果,图标还是H
temp.setLogo("D:\nwfile\img\icon.png");
//配置通知栏网络图标
temp.setLogoUrl("http://avatar.csdn.net/3/0/3/3_qq_34722251.jpg");
这个配置同样也没起作用
有没有码友知道这个的,不胜感激
0 个回复