Android状态栏通知加载sd图标
是否可以加载外部(存储在 SD 上)图标以显示在状态栏上?
Notification notif = new Notification(R.drawable.icon, message,System.currentTimeMillis());
谢谢
Is it possible to load external (stored on SD) icons to show on statusbar?
Notification notif = new Notification(R.drawable.icon, message,System.currentTimeMillis());
thanks
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
不,抱歉。那是不可能的。
Notification
类将图标引用存储为 resid< /a>.无法通过这种方式访问外部存储上的图形。No, sorry. That's not possible.
The
Notification
class stores icon references as a resid. Graphics on the external storage can not be accessed this way.