On Nov 29, 2011, at 2:15 PM, Jonathan Pobst wrote:
> You simply won't have access to Android APIs added in 2.2 or 2.3.
>
> If you aren't using them, then nothing is lost.
>
> If you want to use them when they are available, you will have to
> "target" 2.2, set a minimum version of 2.1 in the man
You simply won't have access to Android APIs added in 2.2 or 2.3.
If you aren't using them, then nothing is lost.
If you want to use them when they are available, you will have to
"target" 2.2, set a minimum version of 2.1 in the manifest, and then
ensure you do runtime checks so you only call
We started our applications targeting API Level 8 - Android 2.2 (probably
because that was the version of my boss' DroidX). We've started to get some
of our customers wanting to run on various devices that only run Version
2.1. I've been able to lower our minimum level to 2.1 without loosing any
fu