Android应用程序图标更改

标签 android icons android-manifest

是否可以在运行时更改 Android 应用程序图标?我已通读Changing the application icon text dynamically in AndroidHow can i change an application icon programmatically in Android? 。都回答不能。我用的是安卓1.6。有什么办法吗?

最佳答案

两个可能的答案:

1)你不能。如CommonsWare在那post中说:

You cannot change the manifest or the resource in the signed-and-sealed APK, except through a software upgrade.

2) 使用提到的小部件方法 here .

检查:http://www.cnet.com/8301-19736_1-10278814-251.html

关于Android应用程序图标更改,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/61827037/

相关文章:

java - JSoup BodyAsBytes 连接到 FileOutputStream 以保存临时文件不起作用?

android - 如何避免 SQLiteException 锁定错误

android - 如何将 LinearLayout 转换为图像?

ios - 在未来版本中更改 iOS 应用程序图标

c++ - 如何更改 .exe 中的图标(使用 C++ 的 App Wxwidgets)

java - 在 Android 中,如何将 View 附加到软键盘?

Android 控制台错误 : "requires .class compatibility set to 5.0. Please fix project properties"

java - 从 Android 4.0 降级到 Android 2.2 会产生很多问题

windows - 从CMD在桌面上创建计算机(Windows XP中的我的电脑)快捷方式?

android - 无法找到明确的 Activity 类。您是否在 AndroidManifest.xml 中声明了此 Activity