代码中的Android通知图标
当我从 Android 市场成功安装应用程序时,它会在通知中显示成功图标。
我怎样才能在代码中得到它?
例如:
Notification notification = new Notification(
android.R.drawable.stat_notify_sdcard, "", System.currentTimeMillis());
android.R.drawable.stat_notify_sdcard
是 sdcard 图标。那么安装成功图标是什么?
When I successfully install an app from android market it show success icon in notification.
How can I get it in code ?
Ex :
Notification notification = new Notification(
android.R.drawable.stat_notify_sdcard, "", System.currentTimeMillis());
android.R.drawable.stat_notify_sdcard
is sdcard icon . So what is install success icon ?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
这不是安装成功图标,但很接近。
This is not the install success icon, but it is close to it.
您在找这个吗?
Are you looking for this ?