Android 应用程序图标警报

发布于 2024-12-10 15:51:21 字数 140 浏览 0 评论 0原文

有没有办法动态更改应用程序图标。从某种意义上说,我的应用程序的基本功能是向用户显示任何生成的报告。我想要做的是动态更改我的应用程序图标,以便在生成报告时在托盘中的应用程序图标顶部显示一个红色圆圈。类似于每当有新消息到达时,adroid 手机中收件箱图标顶部的提醒图标

is there a way to change the app icon dynamically. In the sense, my app's basic functionality is to show the user, any generated reports. What i want to be able to do is change my app icon dyanamically to show a red circle at the top of my app icon in the tray whenever a report is generated. Similiar to alert cicles at the top of inbox icons in adroid phones whenever a new message arrives

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(1

苹果你个爱泡泡 2024-12-17 15:51:21

不幸的是,现在:图标被硬编码在 AndroidManifest 文件中。它是这样设计的,因此可以在不运行任何代码的情况下检索应用程序图标(这将导致启动器应用程序的启动时间变慢)

一些自定义家庭应用程序支持此功能,但使用私有 API。

您可以尝试使用NotificationManager并向状态栏添加图标。那会更加明显。

Unfortunately now: the icon is hardcoded in the AndroidManifest file. It was designed this way, so the app icon can be retrieved without running any piece of code (which would result in slower startup time for the launcher application)

Some custom home applications support this, but with private APIs.

You can try to use the NotificationManager and add an icon to the status bar. That would be even more visible.

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