Can I change the icon of an Android application at runtime? I read Dynamically change the text of the application icon in Android and How can I change the application icon programmatically in Android? . All respondents cannot. I am using Android 1.6. Is there any way?
Two possible answers:
1) You cannot. As CommonsWare says in a post :
You cannot change the manifest or resource in a signed and closed APK, except for a software update.
2) Use the widget approach as indicated here .
Check out: http://www.cnet.com/8301-19736_1-10278814-251.html
Source: https://habr.com/ru/post/1312821/More articles:In python, is there an easy way to connect to a mysql database that does not require root access? - pythonconverting hexadecimal, octal numbers to decimal using python script - pythonreplace commas with spaces from json array - jsonHow to convert string "0671" or "0x45" to an integer form with 0 and 0x at the beginning - pythonSubmitting the URL to the form without "http: //", from "www." Or not with - phpChoosing a Java platform for a large application using only one user - javaExtract dates from file name - c #serial port or USB port? - c #How to request a similar account of a facebook object such as an album or photo via fql? - facebookBuilt-in office application. How to find out if an application is running or if an object is embedded. - excelAll Articles