Is it possible to allow an app written for Android 1.5 to specify manifest options that were introduced in version 2.2?
In particular, I’d like to allow my application to be installed to external storage for those OS versions that support it, while being able to run on versions prior as well.
Yup! From the Android Dev Guide > App Install Location > Backward Compatibility section,