代码中的Android通知图标

发布于 2024-11-27 02:27:20 字数 307 浏览 0 评论 0原文

当我从 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

一百个冬季 2024-12-04 02:27:20

这不是安装成功图标,但很接近。

android.R.drawable.stat_sys_download_done

This is not the install success icon, but it is close to it.

android.R.drawable.stat_sys_download_done
人间☆小暴躁 2024-12-04 02:27:20

您在找这个吗?

 android.R.drawable.ic_notification_overlay,
android.R.drawable.ic_notification_clear_all

Are you looking for this ?

 android.R.drawable.ic_notification_overlay,
android.R.drawable.ic_notification_clear_all
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文