My app supports this API range
<uses-sdk
android:minSdkVersion="8"
android:targetSdkVersion="14" />
It also has a single basic app widget that could be resizable but since the older APIs do not support android:resizeMode the manifest lists this widget in few predefined sizes.
What is the best strategy for supporting both old and new phones? For example, having old phones seeing a few predefined widget sizes and having new phones seeing a single resizable widget.