This feature requires Android 2.0.
If you need to be compatible with 1.5, then you can do the following:
a) Compilation with Android 2.1 b) Fix AndroidManifestusing:
<uses-sdk android:minSdkVersion="3" android:targetSdkVersion="9"/>
c) Check the reflection usage section in this article .
Basically you first ask if a function exists if it is used, if some msg is not displayed.
source
share