Hi all,
I'm developing an application using API level 14.
Some of the features are available from API level 9(ex. SIP), others from API level 12 (ex. USB Host), but I want to keep the app available and functional (without these feature) for Android devices with API level 8 or lower.
There is something special to take care of in order to prevent application crash or just deactivating respective features inside app based on API level is enough?
Thank you,
Dan
I'm developing an application using API level 14.
Some of the features are available from API level 9(ex. SIP), others from API level 12 (ex. USB Host), but I want to keep the app available and functional (without these feature) for Android devices with API level 8 or lower.
There is something special to take care of in order to prevent application crash or just deactivating respective features inside app based on API level is enough?
Thank you,
Dan