I have an app written for Android 2.2 (API 8) that depends on some XML features that were introduced in that API version, for example TransformerFactory.
Now I need to make the app work on an Android 1.5 device. I was wondering if it's possible to get the source code or JAR file that contains this code and insert it into my app? I'm assuming it doesn't have any external dependencies on Android 2.2 features since it is just an XML library.