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 2.2+ APIs on 2.2+ devices.

Jonathan

On 11/28/2011 3:21 PM, Steve Sharrock wrote:
> 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 functions that we need (other than AndroidID in
> some cases) to run on some of these devices.
> My question is, are we loosing anything either on the MonoDroid side or
> the Android side by targeting version 2.1 when our app is run on devices
> with current OS Versions (2.1, 2.2, 2.3)?
> Thanks,
> */Steve /*
>
>
> _______________________________________________
> Monodroid mailing list
> Monodroid@lists.ximian.com
>
> UNSUBSCRIBE INFORMATION:
> http://lists.ximian.com/mailman/listinfo/monodroid

_______________________________________________
Monodroid mailing list
Monodroid@lists.ximian.com

UNSUBSCRIBE INFORMATION:
http://lists.ximian.com/mailman/listinfo/monodroid

Reply via email to