I know that one cannot change the size of an app widget. But what to do if I need to? I know that there can be several receivers in AndroidManifest.xml, each with its own provider_info.xml, but users can switch between them only while adding widget on the homescreen. Is there any way to switch between different app widget providers at runtime?
Share
I’ve read that beginning from the Honeycomb 3.1 you can resize your App Widgets. You should specify minResizeWidth and minResizeHeight in your appwidget_info.xml file and use layouts for widget that can be resized. More about this you can find here.