I’d like to know if, for instance, I develop an App with both WMA Packages (1.1 and 2.0) and then deploy it to an older phone model with only WMA 1.1 support, will the Phone disable the 2.0 Package?
The code doesn’t differ for what it’s set to do between packages, but the 2.0 package gives extra functionality to that code which ends up being optimal for more recent phones.
I’d consider using
Class.forNameto load appropriate code depending on whether device supports WMA 2 or notPer my recollection WMA spec describes how application can determine whether it’s
1.1or2.0.