Change Android widget size on upgrade -
I wrote a widget with size 74x74 in 1 version. In version 2, I want to change the size to 148x74. I want to do it during the upgrade, is it possible? Or would the user want to remove and add the widget again?
User must delete and install the widget. Basically, the widget placed on the home screen is separated from your application - it only sends an update event and the home screen responds to them. And possible updates are very limited.
Comments
Post a Comment